Html Css Color HEX #010470 Navy

📋 copy color: '#010470'

red 1 ◦ green 4 ◦ blue 112

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

Shades of Navy #010470

Tints of Navy #010470

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.42%

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

R = 0.85%
G = 3.42%
B = 95.73%

CMYK

 C value IS 0.99

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#010470 (or 0x010470) is known color: Navy. HEX triplet: 01, 04 and 70. RGB value is (1,4,112). Sum of RGB (Red+Green+Blue) = 1+4+112=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 4 (1.95% from 255 or 3.42% from 117); Blue value is 112 (44.14% from 255 or 95.73% from 117); Max value from RGB is 112 - color contains mainly: blue. Hex color #010470 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010470 is #FEFB8F. Grayscale: #0E0E0E. Windows color (decimal): -16710544 or 7341057. OLE color: 7341057.

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

Color convert

RGB 1 4 112 -
CMYK 0.99 0.96 0 0.56
HSL 238.38º 0.98% 0.22% -
HSV(B) 238.38º 0.99% 0.44% -
XYZ 2.98 1.26 15.42 -
YUV 15.42 182.51 117.72 -
System Red Green Blue C M Y K H S L
Decimal 1 4 112 0.99 0.96 0 0.56 238.38 0.98 0.22
Hex 1 4 70 63 60 0 38 EE 62 16
Octal 1 4 160 143 140 0 70 356 142 26
Binary 1 100 1110000 1100011 1100000 0 111000 11101110 1100010 10110

Color Harmonies of #010470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010470

Black with #010470

Text Example


Text Example

White with #010470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010470; }

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

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

background-color css

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

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

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

border-color css

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

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

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