#0576BC

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

Shades of Cerulean #0576BC

Tints of Cerulean #0576BC

Color information

#0576BC (or 0x0576BC) is unknown color: approx Cerulean. HEX triplet: 05, 76 and BC. RGB value is (5,118,188). Sum of RGB (Red+Green+Blue) = 5+118+188=311 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.61% from 311); Green value is 118 (46.48% from 255 or 37.94% from 311); Blue value is 188 (73.83% from 255 or 60.45% from 311); Max value from RGB is 188 - color contains mainly: blue. Hex color #0576BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0576BC is #FA8943. Grayscale: #5B5B5B. Windows color (decimal): -16419140 or 12350981. OLE color: 12350981.

HSL color Cylindrical-coordinate representation of color #0576BC: hue angle of 202.95º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0576BC is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5118188-
CMYK0.970.3700.26
HSL202.95º94.82%37.84%-
HSV(B)202.95º97.34%73.73%-
XYZ15.6216.6249.96-
YUV92.19182.0665.81-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.61%
GREEN value IS 118 (46.48% from 255) = 37.94%
BLUE value IS 188 (73.83% from 255) = 60.45%
R=1.61%
G=37.94%
B=60.45%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal51181880.970.3700.26202.9594.8237.84
Hex576BC612501Acb5f26
Octal51662741414503231313746
Binary1011110110101111001100001100101011010110010111011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0576BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0576BC; }

 p { color: rgb(5,118,188); }

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

<style>
 a { background-color: #0576BC; }

 a { background-color: rgb(5,118,188); }

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

<style>
 span { border-color: #0576BC; }

 span { border-color: rgb(5,118,188); }

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