Html Css Color HEX #010472 Navy

📋 copy color: '#010472'

red 1 ◦ green 4 ◦ blue 114

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

Shades of Navy #010472

Tints of Navy #010472

RGB

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

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

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

R = 0.84%
G = 3.36%
B = 95.8%

CMYK

 C value IS 0.99

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#010472 (or 0x010472) is known color: Navy. HEX triplet: 01, 04 and 72. RGB value is (1,4,114). Sum of RGB (Red+Green+Blue) = 1+4+114=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 4 (1.95% from 255 or 3.36% from 119); Blue value is 114 (44.92% from 255 or 95.80% from 119); Max value from RGB is 114 - color contains mainly: blue. Hex color #010472 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010472 is #FEFB8D. Grayscale: #0F0F0F. Windows color (decimal): -16710542 or 7472129. OLE color: 7472129.

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

Color convert

RGB 1 4 114 -
CMYK 0.99 0.96 0 0.55
HSL 238.41º 0.98% 0.23% -
HSV(B) 238.41º 0.99% 0.45% -
XYZ 3.09 1.31 16.01 -
YUV 15.64 183.51 117.56 -
System Red Green Blue C M Y K H S L
Decimal 1 4 114 0.99 0.96 0 0.55 238.41 0.98 0.23
Hex 1 4 72 63 60 0 37 EE 62 17
Octal 1 4 162 143 140 0 67 356 142 27
Binary 1 100 1110010 1100011 1100000 0 110111 11101110 1100010 10111

Color Harmonies of #010472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010472

Black with #010472

Text Example


Text Example

White with #010472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010472; }

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

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

background-color css

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

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

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

border-color css

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

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

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