Html Css Color HEX #0572AD Cerulean

📋 copy color: '#0572AD'

red 5 ◦ green 114 ◦ blue 173

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

Shades of Cerulean #0572AD

Tints of Cerulean #0572AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 59.25%

R = 1.71%
G = 39.04%
B = 59.25%

CMYK

 C value IS 0.97

 M value IS 0.34

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0572AD (or 0x0572AD) is known color: Cerulean. HEX triplet: 05, 72 and AD. RGB value is (5,114,173). Sum of RGB (Red+Green+Blue) = 5+114+173=292 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.71% from 292); Green value is 114 (44.92% from 255 or 39.04% from 292); Blue value is 173 (67.97% from 255 or 59.25% from 292); Max value from RGB is 173 - color contains mainly: blue. Hex color #0572AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0572AD is #FA8D52. Grayscale: #575757. Windows color (decimal): -16420179 or 11366917. OLE color: 11366917.

HSL color Cylindrical-coordinate representation of color #0572AD: hue angle of 201.07º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0572AD is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 5 114 173 -
CMYK 0.97 0.34 0 0.32
HSL 201.07º 0.94% 0.35% -
HSV(B) 201.07º 0.97% 0.68% -
XYZ 13.62 15.08 41.73 -
YUV 88.14 175.89 68.7 -
System Red Green Blue C M Y K H S L
Decimal 5 114 173 0.97 0.34 0 0.32 201.07 0.94 0.35
Hex 5 72 AD 61 22 0 20 C9 5E 23
Octal 5 162 255 141 42 0 40 311 136 43
Binary 101 1110010 10101101 1100001 100010 0 100000 11001001 1011110 100011

Color Harmonies of #0572AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0572AD

Black with #0572AD

Text Example


Text Example

White with #0572AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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