Html Css Color HEX #010F72 Navy

📋 copy color: '#010F72'

red 1 ◦ green 15 ◦ blue 114

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

Shades of Navy #010F72

Tints of Navy #010F72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 87.69%

R = 0.77%
G = 11.54%
B = 87.69%

CMYK

 C value IS 0.99

 M value IS 0.87

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#010F72 (or 0x010F72) is known color: Navy. HEX triplet: 01, 0F and 72. RGB value is (1,15,114). Sum of RGB (Red+Green+Blue) = 1+15+114=130 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.77% from 130); Green value is 15 (6.25% from 255 or 11.54% from 130); Blue value is 114 (44.92% from 255 or 87.69% from 130); Max value from RGB is 114 - color contains mainly: blue. Hex color #010F72 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010F72 is #FEF08D. Grayscale: #151515. Windows color (decimal): -16707726 or 7474945. OLE color: 7474945.

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

Color convert

RGB 1 15 114 -
CMYK 0.99 0.87 0 0.55
HSL 232.57º 0.98% 0.23% -
HSV(B) 232.57º 0.99% 0.45% -
XYZ 3.22 1.56 16.05 -
YUV 22.1 179.86 112.95 -
System Red Green Blue C M Y K H S L
Decimal 1 15 114 0.99 0.87 0 0.55 232.57 0.98 0.23
Hex 1 F 72 63 57 0 37 E9 62 17
Octal 1 17 162 143 127 0 67 351 142 27
Binary 1 1111 1110010 1100011 1010111 0 110111 11101001 1100010 10111

Color Harmonies of #010F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010F72

Black with #010F72

Text Example


Text Example

White with #010F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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