Html Css Color HEX #01117F Navy

📋 copy color: '#01117F'

red 1 ◦ green 17 ◦ blue 127

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

Shades of Navy #01117F

Tints of Navy #01117F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 87.59%

R = 0.69%
G = 11.72%
B = 87.59%

CMYK

 C value IS 0.99

 M value IS 0.87

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#01117F (or 0x01117F) is known color: Navy. HEX triplet: 01, 11 and 7F. RGB value is (1,17,127). Sum of RGB (Red+Green+Blue) = 1+17+127=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 17 (7.03% from 255 or 11.72% from 145); Blue value is 127 (50% from 255 or 87.59% from 145); Max value from RGB is 127 - color contains mainly: blue. Hex color #01117F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01117F is #FEEE80. Grayscale: #181818. Windows color (decimal): -16707201 or 8327425. OLE color: 8327425.

HSL color Cylindrical-coordinate representation of color #01117F: hue angle of 232.38º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01117F is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 1 17 127 -
CMYK 0.99 0.87 0 0.50
HSL 232.38º 0.98% 0.25% -
HSV(B) 232.38º 0.99% 0.5% -
XYZ 4.04 1.94 20.24 -
YUV 24.76 185.7 111.06 -
System Red Green Blue C M Y K H S L
Decimal 1 17 127 0.99 0.87 0 0.50 232.38 0.98 0.25
Hex 1 11 7F 63 57 0 32 E8 62 19
Octal 1 21 177 143 127 0 62 350 142 31
Binary 1 10001 1111111 1100011 1010111 0 110010 11101000 1100010 11001

Color Harmonies of #01117F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01117F

Black with #01117F

Text Example


Text Example

White with #01117F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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