Html Css Color HEX #010F76 Navy

📋 copy color: '#010F76'

red 1 ◦ green 15 ◦ blue 118

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

Shades of Navy #010F76

Tints of Navy #010F76

RGB

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

 GREEN value IS 15 (6.25% from 255) = 11.19%

 BLUE value IS 118 (46.48% from 255) = 88.06%

R = 0.75%
G = 11.19%
B = 88.06%

CMYK

 C value IS 0.99

 M value IS 0.87

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#010F76 (or 0x010F76) is known color: Navy. HEX triplet: 01, 0F and 76. RGB value is (1,15,118). Sum of RGB (Red+Green+Blue) = 1+15+118=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 15 (6.25% from 255 or 11.19% from 134); Blue value is 118 (46.48% from 255 or 88.06% from 134); Max value from RGB is 118 - color contains mainly: blue. Hex color #010F76 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010F76 is #FEF089. Grayscale: #161616. Windows color (decimal): -16707722 or 7737089. OLE color: 7737089.

HSL color Cylindrical-coordinate representation of color #010F76: hue angle of 232.82º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010F76 is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 1 15 118 -
CMYK 0.99 0.87 0 0.54
HSL 232.82º 0.98% 0.23% -
HSV(B) 232.82º 0.99% 0.46% -
XYZ 3.45 1.66 17.28 -
YUV 22.56 181.86 112.62 -
System Red Green Blue C M Y K H S L
Decimal 1 15 118 0.99 0.87 0 0.54 232.82 0.98 0.23
Hex 1 F 76 63 57 0 36 E9 62 17
Octal 1 17 166 143 127 0 66 351 142 27
Binary 1 1111 1110110 1100011 1010111 0 110110 11101001 1100010 10111

Color Harmonies of #010F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010F76

Black with #010F76

Text Example


Text Example

White with #010F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010F76; }

 p { color: rgb(1,15,118); }

 H1.HeaderClassName
 {
   color: #010F76;
 }
 .AnyTagClassName
 {
   color: #010F76;
 }
</style>

background-color css

<style>
 a { background-color: #010F76; }

 a { background-color: rgb(1,15,118); }

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

border-color css

<style>
 span { border-color: #010F76; }

 span { border-color: rgb(1,15,118); }

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