Shades of Cerulean #0580AF
Tints of Cerulean #0580AF
RGB
CMYK
RGB Variations
Color information
#0580AF (or 0x0580AF) is known color: Cerulean. HEX triplet: 05, 80 and AF. RGB value is (5,128,175). Sum of RGB (Red+Green+Blue) = 5+128+175=308 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 308); Green value is 128 (50.39% from 255 or 41.56% from 308); Blue value is 175 (68.75% from 255 or 56.82% from 308); Max value from RGB is 175 - color contains mainly: blue. Hex color #0580AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0580AF is #FA7F50. Grayscale: #606060. Windows color (decimal): -16416593 or 11501573. OLE color: 11501573.
HSL color Cylindrical-coordinate representation of color #0580AF: hue angle of 196.59º 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 #0580AF is Cyan = 0.97, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 5 | 128 | 175 | - |
| CMYK | 0.97 | 0.27 | 0 | 0.31 |
| HSL | 196.59º | 0.94% | 0.35% | - |
| HSV(B) | 196.59º | 0.97% | 0.69% | - |
| XYZ | 15.52 | 18.57 | 43.32 | - |
| YUV | 96.58 | 172.25 | 62.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 128 | 175 | 0.97 | 0.27 | 0 | 0.31 | 196.59 | 0.94 | 0.35 |
| Hex | 5 | 80 | AF | 61 | 1B | 0 | 1F | C5 | 5E | 23 |
| Octal | 5 | 200 | 257 | 141 | 33 | 0 | 37 | 305 | 136 | 43 |
| Binary | 101 | 10000000 | 10101111 | 1100001 | 11011 | 0 | 11111 | 11000101 | 1011110 | 100011 |
Color Harmonies of #0580AF
Complementary color
Monochromatic Colors of #0580AF
Black with #0580AF
Text Example
Text Example
White with #0580AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0580AF; }
p { color: rgb(5,128,175); }
H1.HeaderClassName
{
color: #0580AF;
}
.AnyTagClassName
{
color: #0580AF;
}
</style>
background-color css
<style>
a { background-color: #0580AF; }
a { background-color: rgb(5,128,175); }
div.DivClassName
{
background-color: #0580AF;
}
.BgClassName
{
background-color: #0580AF;
}
</style>
border-color css
<style>
span { border-color: #0580AF; }
span { border-color: rgb(5,128,175); }
td.TdClassName
{
border-color: #0580AF;
}
.TagClassName
{
border-color: #0580AF;
}
</style>