#0577BC

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

Shades of Cerulean #0577BC

Tints of Cerulean #0577BC

Color information

#0577BC (or 0x0577BC) is unknown color: approx Cerulean. HEX triplet: 05, 77 and BC. RGB value is (5,119,188). Sum of RGB (Red+Green+Blue) = 5+119+188=312 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.60% from 312); Green value is 119 (46.88% from 255 or 38.14% from 312); Blue value is 188 (73.83% from 255 or 60.26% from 312); Max value from RGB is 188 - color contains mainly: blue. Hex color #0577BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0577BC is #FA8843. Grayscale: #5C5C5C. Windows color (decimal): -16418884 or 12351237. OLE color: 12351237.

HSL color Cylindrical-coordinate representation of color #0577BC: hue angle of 202.62º 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 #0577BC is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5119188-
CMYK0.970.3700.26
HSL202.62º94.82%37.84%-
HSV(B)202.62º97.34%73.73%-
XYZ15.7416.8650-
YUV92.78181.7365.39-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.60%
GREEN value IS 119 (46.88% from 255) = 38.14%
BLUE value IS 188 (73.83% from 255) = 60.26%
R=1.60%
G=38.14%
B=60.26%

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
Decimal51191880.970.3700.26202.6294.8237.84
Hex577BC612501Acb5f26
Octal51672741414503231313746
Binary1011110111101111001100001100101011010110010111011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0577BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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