Html Css Color HEX #0572CE Navy Blue

📋 copy color: '#0572CE'

red 5 ◦ green 114 ◦ blue 206

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

Shades of Navy Blue #0572CE

Tints of Navy Blue #0572CE

RGB

 RED value IS 5 (2.34% from 255) = 1.54%

 GREEN value IS 114 (44.92% from 255) = 35.08%

 BLUE value IS 206 (80.86% from 255) = 63.38%

R = 1.54%
G = 35.08%
B = 63.38%

CMYK

 C value IS 0.98

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0572CE (or 0x0572CE) is known color: Navy Blue. HEX triplet: 05, 72 and CE. RGB value is (5,114,206). Sum of RGB (Red+Green+Blue) = 5+114+206=325 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.54% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 206 (80.86% from 255 or 63.38% from 325); Max value from RGB is 206 - color contains mainly: blue. Hex color #0572CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0572CE is #FA8D31. Grayscale: #5B5B5B. Windows color (decimal): -16420146 or 13529605. OLE color: 13529605.

HSL color Cylindrical-coordinate representation of color #0572CE: hue angle of 207.46º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0572CE is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 5 114 206 -
CMYK 0.98 0.45 0 0.19
HSL 207.46º 0.95% 0.41% -
HSV(B) 207.46º 0.98% 0.81% -
XYZ 17.22 16.52 60.67 -
YUV 91.9 192.39 66.02 -
System Red Green Blue C M Y K H S L
Decimal 5 114 206 0.98 0.45 0 0.19 207.46 0.95 0.41
Hex 5 72 CE 62 2D 0 13 CF 5F 29
Octal 5 162 316 142 55 0 23 317 137 51
Binary 101 1110010 11001110 1100010 101101 0 10011 11001111 1011111 101001

Color Harmonies of #0572CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0572CE

Black with #0572CE

Text Example


Text Example

White with #0572CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0572CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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