#0581B0

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

Shades of Cerulean #0581B0

Tints of Cerulean #0581B0

Color information

#0581B0 (or 0x0581B0) is unknown color: approx Cerulean. HEX triplet: 05, 81 and B0. RGB value is (5,129,176). Sum of RGB (Red+Green+Blue) = 5+129+176=310 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.61% from 310); Green value is 129 (50.78% from 255 or 41.61% from 310); Blue value is 176 (69.14% from 255 or 56.77% from 310); Max value from RGB is 176 - color contains mainly: blue. Hex color #0581B0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0581B0 is #FA7E4F. Grayscale: #606060. Windows color (decimal): -16416336 or 11567365. OLE color: 11567365.

HSL color Cylindrical-coordinate representation of color #0581B0: hue angle of 196.49º 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 #0581B0 is Cyan = 0.97, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5129176-
CMYK0.970.2700.31
HSL196.49º94.48%35.49%-
HSV(B)196.49º97.16%69.02%-
XYZ15.7518.8743.89-
YUV97.28172.4262.18-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.61%
GREEN value IS 129 (50.78% from 255) = 41.61%
BLUE value IS 176 (69.14% from 255) = 56.77%
R=1.61%
G=41.61%
B=56.77%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal51291760.970.2700.31196.4994.4835.49
Hex581B0611B01Fc45e23
Octal52012601413303730413643
Binary1011000000110110000110000111011011111110001001011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0581B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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