Html Css Color HEX #010F71 Navy

📋 copy color: '#010F71'

red 1 ◦ green 15 ◦ blue 113

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

Shades of Navy #010F71

Tints of Navy #010F71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 87.6%

R = 0.78%
G = 11.63%
B = 87.6%

CMYK

 C value IS 0.99

 M value IS 0.87

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#010F71 (or 0x010F71) is known color: Navy. HEX triplet: 01, 0F and 71. RGB value is (1,15,113). Sum of RGB (Red+Green+Blue) = 1+15+113=129 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 129); Green value is 15 (6.25% from 255 or 11.63% from 129); Blue value is 113 (44.53% from 255 or 87.60% from 129); Max value from RGB is 113 - color contains mainly: blue. Hex color #010F71 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010F71 is #FEF08E. Grayscale: #151515. Windows color (decimal): -16707727 or 7409409. OLE color: 7409409.

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

Color convert

RGB 1 15 113 -
CMYK 0.99 0.87 0 0.56
HSL 232.5º 0.98% 0.22% -
HSV(B) 232.5º 0.99% 0.44% -
XYZ 3.16 1.54 15.75 -
YUV 21.99 179.36 113.03 -
System Red Green Blue C M Y K H S L
Decimal 1 15 113 0.99 0.87 0 0.56 232.5 0.98 0.22
Hex 1 F 71 63 57 0 38 E8 62 16
Octal 1 17 161 143 127 0 70 350 142 26
Binary 1 1111 1110001 1100011 1010111 0 111000 11101000 1100010 10110

Color Harmonies of #010F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010F71

Black with #010F71

Text Example


Text Example

White with #010F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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