Html Css Color HEX #01117C Navy

📋 copy color: '#01117C'

red 1 ◦ green 17 ◦ blue 124

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

Shades of Navy #01117C

Tints of Navy #01117C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 87.32%

R = 0.7%
G = 11.97%
B = 87.32%

CMYK

 C value IS 0.99

 M value IS 0.86

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#01117C (or 0x01117C) is known color: Navy. HEX triplet: 01, 11 and 7C. RGB value is (1,17,124). Sum of RGB (Red+Green+Blue) = 1+17+124=142 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 142); Green value is 17 (7.03% from 255 or 11.97% from 142); Blue value is 124 (48.83% from 255 or 87.32% from 142); Max value from RGB is 124 - color contains mainly: blue. Hex color #01117C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01117C is #FEEE83. Grayscale: #171717. Windows color (decimal): -16707204 or 8130817. OLE color: 8130817.

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

Color convert

RGB 1 17 124 -
CMYK 0.99 0.86 0 0.51
HSL 232.2º 0.98% 0.25% -
HSV(B) 232.2º 0.99% 0.49% -
XYZ 3.85 1.86 19.23 -
YUV 24.41 184.2 111.3 -
System Red Green Blue C M Y K H S L
Decimal 1 17 124 0.99 0.86 0 0.51 232.2 0.98 0.25
Hex 1 11 7C 63 56 0 33 E8 62 19
Octal 1 21 174 143 126 0 63 350 142 31
Binary 1 10001 1111100 1100011 1010110 0 110011 11101000 1100010 11001

Color Harmonies of #01117C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01117C

Black with #01117C

Text Example


Text Example

White with #01117C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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