Html Css Color HEX #000572 Navy

📋 copy color: '#000572'

red 0 ◦ green 5 ◦ blue 114

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

Shades of Navy #000572

Tints of Navy #000572

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 4.2%
B = 95.8%

CMYK

 C value IS 1

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#000572 (or 0x000572) is known color: Navy. HEX triplet: 00, 05 and 72. RGB value is (0,5,114). Sum of RGB (Red+Green+Blue) = 0+5+114=119 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 119); Green value is 5 (2.34% from 255 or 4.20% 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 #000572 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000572 is #FFFA8D. Grayscale: #0F0F0F. Windows color (decimal): -16775822 or 7472384. OLE color: 7472384.

HSL color Cylindrical-coordinate representation of color #000572: hue angle of 237.37º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000572 is Cyan = 1, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 0 5 114 -
CMYK 1 0.96 0 0.55
HSL 237.37º 1% 0.22% -
HSV(B) 237.37º 1% 0.45% -
XYZ 3.09 1.32 16.01 -
YUV 15.93 183.34 116.64 -
System Red Green Blue C M Y K H S L
Decimal 0 5 114 1 0.96 0 0.55 237.37 1 0.22
Hex 0 5 72 64 60 0 37 ED 64 16
Octal 0 5 162 144 140 0 67 355 144 26
Binary 0 101 1110010 1100100 1100000 0 110111 11101101 1100100 10110

Color Harmonies of #000572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000572

Black with #000572

Text Example


Text Example

White with #000572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000572; }

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

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

background-color css

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

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

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

border-color css

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

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

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