Html Css Color HEX #01117E Navy

📋 copy color: '#01117E'

red 1 ◦ green 17 ◦ blue 126

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

Shades of Navy #01117E

Tints of Navy #01117E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.81%

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

R = 0.69%
G = 11.81%
B = 87.5%

CMYK

 C value IS 0.99

 M value IS 0.87

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#01117E (or 0x01117E) is known color: Navy. HEX triplet: 01, 11 and 7E. RGB value is (1,17,126). Sum of RGB (Red+Green+Blue) = 1+17+126=144 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 144); Green value is 17 (7.03% from 255 or 11.81% from 144); Blue value is 126 (49.61% from 255 or 87.5% from 144); Max value from RGB is 126 - color contains mainly: blue. Hex color #01117E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01117E is #FEEE81. Grayscale: #181818. Windows color (decimal): -16707202 or 8261889. OLE color: 8261889.

HSL color Cylindrical-coordinate representation of color #01117E: hue angle of 232.32º 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 #01117E is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 1 17 126 -
CMYK 0.99 0.87 0 0.51
HSL 232.32º 0.98% 0.25% -
HSV(B) 232.32º 0.99% 0.49% -
XYZ 3.98 1.91 19.9 -
YUV 24.64 185.2 111.14 -
System Red Green Blue C M Y K H S L
Decimal 1 17 126 0.99 0.87 0 0.51 232.32 0.98 0.25
Hex 1 11 7E 63 57 0 33 E8 62 19
Octal 1 21 176 143 127 0 63 350 142 31
Binary 1 10001 1111110 1100011 1010111 0 110011 11101000 1100010 11001

Color Harmonies of #01117E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01117E

Black with #01117E

Text Example


Text Example

White with #01117E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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