Html Css Color HEX #0575A2 Cerulean

📋 copy color: '#0575A2'

red 5 ◦ green 117 ◦ blue 162

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

Shades of Cerulean #0575A2

Tints of Cerulean #0575A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 57.04%

R = 1.76%
G = 41.2%
B = 57.04%

CMYK

 C value IS 0.97

 M value IS 0.28

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#0575A2 (or 0x0575A2) is known color: Cerulean. HEX triplet: 05, 75 and A2. RGB value is (5,117,162). Sum of RGB (Red+Green+Blue) = 5+117+162=284 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.76% from 284); Green value is 117 (46.09% from 255 or 41.20% from 284); Blue value is 162 (63.67% from 255 or 57.04% from 284); Max value from RGB is 162 - color contains mainly: blue. Hex color #0575A2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0575A2 is #FA8A5D. Grayscale: #585858. Windows color (decimal): -16419422 or 10646789. OLE color: 10646789.

HSL color Cylindrical-coordinate representation of color #0575A2: hue angle of 197.2º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0575A2 is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 5 117 162 -
CMYK 0.97 0.28 0 0.36
HSL 197.2º 0.94% 0.33% -
HSV(B) 197.2º 0.97% 0.64% -
XYZ 12.95 15.36 36.47 -
YUV 88.64 169.39 68.34 -
System Red Green Blue C M Y K H S L
Decimal 5 117 162 0.97 0.28 0 0.36 197.2 0.94 0.33
Hex 5 75 A2 61 1C 0 24 C5 5E 21
Octal 5 165 242 141 34 0 44 305 136 41
Binary 101 1110101 10100010 1100001 11100 0 100100 11000101 1011110 100001

Color Harmonies of #0575A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0575A2

Black with #0575A2

Text Example


Text Example

White with #0575A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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