#0582B0

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

Shades of Cerulean #0582B0

Tints of Cerulean #0582B0

Color information

#0582B0 (or 0x0582B0) is unknown color: approx Cerulean. HEX triplet: 05, 82 and B0. RGB value is (5,130,176). Sum of RGB (Red+Green+Blue) = 5+130+176=311 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.61% from 311); Green value is 130 (51.17% from 255 or 41.80% from 311); Blue value is 176 (69.14% from 255 or 56.59% from 311); Max value from RGB is 176 - color contains mainly: blue. Hex color #0582B0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0582B0 is #FA7D4F. Grayscale: #616161. Windows color (decimal): -16416080 or 11567621. OLE color: 11567621.

HSL color Cylindrical-coordinate representation of color #0582B0: hue angle of 196.14º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0582B0 is Cyan = 0.97, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5130176-
CMYK0.970.2600.31
HSL196.14º94.48%35.49%-
HSV(B)196.14º97.16%69.02%-
XYZ15.8819.1343.93-
YUV97.87172.0961.76-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.61%
GREEN value IS 130 (51.17% from 255) = 41.80%
BLUE value IS 176 (69.14% from 255) = 56.59%
R=1.61%
G=41.80%
B=56.59%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal51301760.970.2600.31196.1494.4835.49
Hex582B0611A01Fc45e23
Octal52022601413203730413643
Binary1011000001010110000110000111010011111110001001011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0582B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0582B0; }

 p { color: rgb(5,130,176); }

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

<style>
 a { background-color: #0582B0; }

 a { background-color: rgb(5,130,176); }

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

<style>
 span { border-color: #0582B0; }

 span { border-color: rgb(5,130,176); }

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