Html Css Color HEX #0575AC Cerulean

📋 copy color: '#0575AC'

red 5 ◦ green 117 ◦ blue 172

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

Shades of Cerulean #0575AC

Tints of Cerulean #0575AC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39.8%

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

R = 1.7%
G = 39.8%
B = 58.5%

CMYK

 C value IS 0.97

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0575AC (or 0x0575AC) is known color: Cerulean. HEX triplet: 05, 75 and AC. RGB value is (5,117,172). Sum of RGB (Red+Green+Blue) = 5+117+172=294 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.70% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 172 (67.58% from 255 or 58.50% from 294); Max value from RGB is 172 - color contains mainly: blue. Hex color #0575AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0575AC is #FA8A53. Grayscale: #595959. Windows color (decimal): -16419412 or 11302149. OLE color: 11302149.

HSL color Cylindrical-coordinate representation of color #0575AC: hue angle of 199.76º 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 #0575AC is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 5 117 172 -
CMYK 0.97 0.32 0 0.33
HSL 199.76º 0.94% 0.35% -
HSV(B) 199.76º 0.97% 0.67% -
XYZ 13.87 15.73 41.34 -
YUV 89.78 174.39 67.53 -
System Red Green Blue C M Y K H S L
Decimal 5 117 172 0.97 0.32 0 0.33 199.76 0.94 0.35
Hex 5 75 AC 61 20 0 21 C8 5E 23
Octal 5 165 254 141 40 0 41 310 136 43
Binary 101 1110101 10101100 1100001 100000 0 100001 11001000 1011110 100011

Color Harmonies of #0575AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0575AC

Black with #0575AC

Text Example


Text Example

White with #0575AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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