Color Hex Logo

#1c003f Color Hex

#1C003F
(28,0,63)
0 Favorites   0 Comments

Color spaces of #1c003f

RGB 28063
HSL0.741.000.12
HSV267°100°25°
CMYK 0.561.000.00   0.75
XYZ1.37610.60584.7470
Yxy0.60580.20450.0900
Hunter Lab7.783317.9382-30.7123
CIE-Lab5.472129.3112-33.3699

#1c003f color RGB value is (28,0,63).

#1c003f hex color red value is 28, green value is 0 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #1c003f hue: 0.74 , saturation: 1.00 and the lightness value of 1c003f is 0.12.

The process color (four color CMYK) of #1c003f color hex is 0.56, 1.00, 0.00, 0.75. Web safe color of #1c003f is #330033. Color #1c003f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 00000000 00111111
Octal 34 0 77
Decimal 28 0 63
Hex 1C 0 3F

RGB Percentages of Color #1c003f

%30.77
%0.00
%69.23

CMYK Percentages of Color #1c003f

%56
%100
%0
%75

Triadic Colors of #1c003f

#1c003f #3f1c00 #003f1c

Analogous Colors of #1c003f

#1c003f #3b003f #00043f

Monochromatic Colors of #1c003f

#1c003f

Complementary Color

#1c003f #233f00

#1c003f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c003f Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c003f Color CSS Codes

.mybgcolor {background-color:#1c003f; } 
.myforecolor {color:#1c003f; }
.mybordercolor {border:3px solid #1c003f; }

#1c003f Text Font Color

<p style="color:#1c003f">Text here</p>

This sample text font color is #1c003f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#1c003f Background Color

<div style="background-color:#1c003f">
Div content here</div>

This div background color is #1c003f


#1c003f Border Color

<div style="border:3px solid #1c003f">
Div here</div>

This div border color is #1c003f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(28,0,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1c003f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1c003f;
  -webkit-box-shadow: 1px 1px 3px 2px #1c003f;
  box-shadow:         1px 1px 3px 2px #1c003f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(28,0,63, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #1c003f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #1c003f;
  -webkit-box-shadow: 1px 1px 3px 2px #1c003f;
  box-shadow:         1px 1px 3px 2px #1c003f;">
Div content here</div>

This div box has shadow with color #1c003f


Comments

No comments written yet.

Please login to write comment.