#0575BA

Color #0575BA Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #0575BA

Tints of Cerulean #0575BA

Color information

#0575BA (or 0x0575BA) is unknown color: approx Cerulean. HEX triplet: 05, 75 and BA. RGB value is (5,117,186). Sum of RGB (Red+Green+Blue) = 5+117+186=308 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 308); Green value is 117 (46.09% from 255 or 37.99% from 308); Blue value is 186 (73.05% from 255 or 60.39% from 308); Max value from RGB is 186 - color contains mainly: blue. Hex color #0575BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0575BA is #FA8A45. Grayscale: #5A5A5A. Windows color (decimal): -16419398 or 12219653. OLE color: 12219653.

HSL color Cylindrical-coordinate representation of color #0575BA: hue angle of 202.87º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0575BA is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5117186-
CMYK0.970.3700.27
HSL202.87º94.76%37.45%-
HSV(B)202.87º97.31%72.94%-
XYZ15.2916.348.79-
YUV91.38181.3966.39-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.62%
GREEN value IS 117 (46.09% from 255) = 37.99%
BLUE value IS 186 (73.05% from 255) = 60.39%
R=1.62%
G=37.99%
B=60.39%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal51171860.970.3700.27202.8794.7637.45
Hex575BA612501Bcb5f25
Octal51652721414503331313745
Binary1011110101101110101100001100101011011110010111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0575BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0575BA;
 }
 .AnyTagClassName
 {
   color: #0575BA;
 }
</style>
background-color css

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

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

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

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

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

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