Html Css Color HEX #010572 Navy

📋 copy color: '#010572'

red 1 ◦ green 5 ◦ blue 114

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

Shades of Navy #010572

Tints of Navy #010572

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.17%

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

R = 0.83%
G = 4.17%
B = 95%

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

#010572 (or 0x010572) is known color: Navy. HEX triplet: 01, 05 and 72. RGB value is (1,5,114). Sum of RGB (Red+Green+Blue) = 1+5+114=120 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 120); Green value is 5 (2.34% from 255 or 4.17% from 120); Blue value is 114 (44.92% from 255 or 95% from 120); Max value from RGB is 114 - color contains mainly: blue. Hex color #010572 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010572 is #FEFA8D. Grayscale: #0F0F0F. Windows color (decimal): -16710286 or 7472385. OLE color: 7472385.

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

Color convert

RGB 1 5 114 -
CMYK 0.99 0.96 0 0.55
HSL 237.88º 0.98% 0.23% -
HSV(B) 237.88º 0.99% 0.45% -
XYZ 3.1 1.33 16.01 -
YUV 16.23 183.17 117.14 -
System Red Green Blue C M Y K H S L
Decimal 1 5 114 0.99 0.96 0 0.55 237.88 0.98 0.23
Hex 1 5 72 63 60 0 37 EE 62 17
Octal 1 5 162 143 140 0 67 356 142 27
Binary 1 101 1110010 1100011 1100000 0 110111 11101110 1100010 10111

Color Harmonies of #010572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010572

Black with #010572

Text Example


Text Example

White with #010572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010572; }

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

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

background-color css

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

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

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

border-color css

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

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

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