Html Css Color HEX #010F70 Navy

📋 copy color: '#010F70'

red 1 ◦ green 15 ◦ blue 112

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

Shades of Navy #010F70

Tints of Navy #010F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 87.5%

R = 0.78%
G = 11.72%
B = 87.5%

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

#010F70 (or 0x010F70) is known color: Navy. HEX triplet: 01, 0F and 70. RGB value is (1,15,112). Sum of RGB (Red+Green+Blue) = 1+15+112=128 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 128); Green value is 15 (6.25% from 255 or 11.72% from 128); Blue value is 112 (44.14% from 255 or 87.5% from 128); Max value from RGB is 112 - color contains mainly: blue. Hex color #010F70 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010F70 is #FEF08F. Grayscale: #151515. Windows color (decimal): -16707728 or 7343873. OLE color: 7343873.

HSL color Cylindrical-coordinate representation of color #010F70: hue angle of 232.43º 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 #010F70 is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 15 112 -
CMYK 0.99 0.87 0 0.56
HSL 232.43º 0.98% 0.22% -
HSV(B) 232.43º 0.99% 0.44% -
XYZ 3.11 1.52 15.46 -
YUV 21.87 178.86 113.11 -
System Red Green Blue C M Y K H S L
Decimal 1 15 112 0.99 0.87 0 0.56 232.43 0.98 0.22
Hex 1 F 70 63 57 0 38 E8 62 16
Octal 1 17 160 143 127 0 70 350 142 26
Binary 1 1111 1110000 1100011 1010111 0 111000 11101000 1100010 10110

Color Harmonies of #010F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010F70

Black with #010F70

Text Example


Text Example

White with #010F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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