Shades of Cerulean #05669F
Tints of Cerulean #05669F
RGB
CMYK
RGB Variations
Color information
#05669F (or 0x05669F) is known color: Cerulean. HEX triplet: 05, 66 and 9F. RGB value is (5,102,159). Sum of RGB (Red+Green+Blue) = 5+102+159=266 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.88% from 266); Green value is 102 (40.23% from 255 or 38.35% from 266); Blue value is 159 (62.5% from 255 or 59.77% from 266); Max value from RGB is 159 - color contains mainly: blue. Hex color #05669F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05669F is #FA9960. Grayscale: #4F4F4F. Windows color (decimal): -16423265 or 10446341. OLE color: 10446341.
HSL color Cylindrical-coordinate representation of color #05669F: hue angle of 202.21º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05669F is Cyan = 0.97, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 5 | 102 | 159 | - |
| CMYK | 0.97 | 0.36 | 0 | 0.38 |
| HSL | 202.21º | 0.94% | 0.32% | - |
| HSV(B) | 202.21º | 0.97% | 0.62% | - |
| XYZ | 11.07 | 12.04 | 34.54 | - |
| YUV | 79.5 | 172.86 | 74.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 102 | 159 | 0.97 | 0.36 | 0 | 0.38 | 202.21 | 0.94 | 0.32 |
| Hex | 5 | 66 | 9F | 61 | 24 | 0 | 26 | CA | 5E | 20 |
| Octal | 5 | 146 | 237 | 141 | 44 | 0 | 46 | 312 | 136 | 40 |
| Binary | 101 | 1100110 | 10011111 | 1100001 | 100100 | 0 | 100110 | 11001010 | 1011110 | 100000 |
Color Harmonies of #05669F
Complementary color
Monochromatic Colors of #05669F
Black with #05669F
Text Example
Text Example
White with #05669F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05669F; }
p { color: rgb(5,102,159); }
H1.HeaderClassName
{
color: #05669F;
}
.AnyTagClassName
{
color: #05669F;
}
</style>
background-color css
<style>
a { background-color: #05669F; }
a { background-color: rgb(5,102,159); }
div.DivClassName
{
background-color: #05669F;
}
.BgClassName
{
background-color: #05669F;
}
</style>
border-color css
<style>
span { border-color: #05669F; }
span { border-color: rgb(5,102,159); }
td.TdClassName
{
border-color: #05669F;
}
.TagClassName
{
border-color: #05669F;
}
</style>