Html Css Color HEX #01187E Navy

📋 copy color: '#01187E'

red 1 ◦ green 24 ◦ blue 126

#01187E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy #01187E

Tints of Navy #01187E

RGB

 RED value IS 1 (0.78% from 255) = 0.66%

 GREEN value IS 24 (9.77% from 255) = 15.89%

 BLUE value IS 126 (49.61% from 255) = 83.44%

R = 0.66%
G = 15.89%
B = 83.44%

CMYK

 C value IS 0.99

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#01187E (or 0x01187E) is known color: Navy. HEX triplet: 01, 18 and 7E. RGB value is (1,24,126). Sum of RGB (Red+Green+Blue) = 1+24+126=151 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 151); Green value is 24 (9.77% from 255 or 15.89% from 151); Blue value is 126 (49.61% from 255 or 83.44% from 151); Max value from RGB is 126 - color contains mainly: blue. Hex color #01187E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01187E is #FEE781. Grayscale: #1C1C1C. Windows color (decimal): -16705410 or 8263681. OLE color: 8263681.

HSL color Cylindrical-coordinate representation of color #01187E: hue angle of 228.96º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01187E is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 1 24 126 -
CMYK 0.99 0.81 0 0.51
HSL 228.96º 0.98% 0.25% -
HSV(B) 228.96º 0.99% 0.49% -
XYZ 4.11 2.17 19.94 -
YUV 28.75 182.88 108.21 -
System Red Green Blue C M Y K H S L
Decimal 1 24 126 0.99 0.81 0 0.51 228.96 0.98 0.25
Hex 1 18 7E 63 51 0 33 E5 62 19
Octal 1 30 176 143 121 0 63 345 142 31
Binary 1 11000 1111110 1100011 1010001 0 110011 11100101 1100010 11001

Color Harmonies of #01187E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01187E

Black with #01187E

Text Example


Text Example

White with #01187E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01187E; }

 p { color: rgb(1,24,126); }

 H1.HeaderClassName
 {
   color: #01187E;
 }
 .AnyTagClassName
 {
   color: #01187E;
 }
</style>

background-color css

<style>
 a { background-color: #01187E; }

 a { background-color: rgb(1,24,126); }

 div.DivClassName
 {
   background-color: #01187E;
 }
 .BgClassName
 {
   background-color: #01187E;
 }
</style>

border-color css

<style>
 span { border-color: #01187E; }

 span { border-color: rgb(1,24,126); }

 td.TdClassName
 {
   border-color: #01187E;
 }
 .TagClassName
 {
   border-color: #01187E;
 }
</style>