Shades of Cerulean #05669D
Tints of Cerulean #05669D
RGB
CMYK
RGB Variations
Color information
#05669D (or 0x05669D) is known color: Cerulean. HEX triplet: 05, 66 and 9D. RGB value is (5,102,157). Sum of RGB (Red+Green+Blue) = 5+102+157=264 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.89% from 264); Green value is 102 (40.23% from 255 or 38.64% from 264); Blue value is 157 (61.72% from 255 or 59.47% from 264); Max value from RGB is 157 - color contains mainly: blue. Hex color #05669D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05669D is #FA9962. Grayscale: #4E4E4E. Windows color (decimal): -16423267 or 10315269. OLE color: 10315269.
HSL color Cylindrical-coordinate representation of color #05669D: hue angle of 201.71º 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 #05669D is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 5 | 102 | 157 | - |
| CMYK | 0.97 | 0.35 | 0 | 0.38 |
| HSL | 201.71º | 0.94% | 0.32% | - |
| HSV(B) | 201.71º | 0.97% | 0.62% | - |
| XYZ | 10.9 | 11.97 | 33.63 | - |
| YUV | 79.27 | 171.86 | 75.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 102 | 157 | 0.97 | 0.35 | 0 | 0.38 | 201.71 | 0.94 | 0.32 |
| Hex | 5 | 66 | 9D | 61 | 23 | 0 | 26 | CA | 5E | 20 |
| Octal | 5 | 146 | 235 | 141 | 43 | 0 | 46 | 312 | 136 | 40 |
| Binary | 101 | 1100110 | 10011101 | 1100001 | 100011 | 0 | 100110 | 11001010 | 1011110 | 100000 |
Color Harmonies of #05669D
Complementary color
Monochromatic Colors of #05669D
Black with #05669D
Text Example
Text Example
White with #05669D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05669D; }
p { color: rgb(5,102,157); }
H1.HeaderClassName
{
color: #05669D;
}
.AnyTagClassName
{
color: #05669D;
}
</style>
background-color css
<style>
a { background-color: #05669D; }
a { background-color: rgb(5,102,157); }
div.DivClassName
{
background-color: #05669D;
}
.BgClassName
{
background-color: #05669D;
}
</style>
border-color css
<style>
span { border-color: #05669D; }
span { border-color: rgb(5,102,157); }
td.TdClassName
{
border-color: #05669D;
}
.TagClassName
{
border-color: #05669D;
}
</style>