Html Css Color HEX #0573AC Cerulean

📋 copy color: '#0573AC'

red 5 ◦ green 115 ◦ blue 172

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

Shades of Cerulean #0573AC

Tints of Cerulean #0573AC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 39.38%

 BLUE value IS 172 (67.58% from 255) = 58.9%

R = 1.71%
G = 39.38%
B = 58.9%

CMYK

 C value IS 0.97

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0573AC (or 0x0573AC) is known color: Cerulean. HEX triplet: 05, 73 and AC. RGB value is (5,115,172). Sum of RGB (Red+Green+Blue) = 5+115+172=292 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.71% from 292); Green value is 115 (45.31% from 255 or 39.38% from 292); Blue value is 172 (67.58% from 255 or 58.90% from 292); Max value from RGB is 172 - color contains mainly: blue. Hex color #0573AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0573AC is #FA8C53. Grayscale: #585858. Windows color (decimal): -16419924 or 11301637. OLE color: 11301637.

HSL color Cylindrical-coordinate representation of color #0573AC: hue angle of 200.48º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0573AC is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 5 115 172 -
CMYK 0.97 0.33 0 0.33
HSL 200.48º 0.94% 0.35% -
HSV(B) 200.48º 0.97% 0.67% -
XYZ 13.64 15.27 41.26 -
YUV 88.61 175.06 68.37 -
System Red Green Blue C M Y K H S L
Decimal 5 115 172 0.97 0.33 0 0.33 200.48 0.94 0.35
Hex 5 73 AC 61 21 0 21 C8 5E 23
Octal 5 163 254 141 41 0 41 310 136 43
Binary 101 1110011 10101100 1100001 100001 0 100001 11001000 1011110 100011

Color Harmonies of #0573AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0573AC

Black with #0573AC

Text Example


Text Example

White with #0573AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0573AC; }

 p { color: rgb(5,115,172); }

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

background-color css

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

 a { background-color: rgb(5,115,172); }

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

border-color css

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

 span { border-color: rgb(5,115,172); }

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