Shades of Cerulean #05699D
Tints of Cerulean #05699D
RGB
CMYK
RGB Variations
Color information
#05699D (or 0x05699D) is known color: Cerulean. HEX triplet: 05, 69 and 9D. RGB value is (5,105,157). Sum of RGB (Red+Green+Blue) = 5+105+157=267 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 267); Green value is 105 (41.41% from 255 or 39.33% from 267); Blue value is 157 (61.72% from 255 or 58.80% from 267); Max value from RGB is 157 - color contains mainly: blue. Hex color #05699D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05699D is #FA9662. Grayscale: #505050. Windows color (decimal): -16422499 or 10316037. OLE color: 10316037.
HSL color Cylindrical-coordinate representation of color #05699D: hue angle of 200.53º 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 #05699D is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 5 | 105 | 157 | - |
| CMYK | 0.97 | 0.33 | 0 | 0.38 |
| HSL | 200.53º | 0.94% | 0.32% | - |
| HSV(B) | 200.53º | 0.97% | 0.62% | - |
| XYZ | 11.2 | 12.57 | 33.73 | - |
| YUV | 81.03 | 170.87 | 73.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 105 | 157 | 0.97 | 0.33 | 0 | 0.38 | 200.53 | 0.94 | 0.32 |
| Hex | 5 | 69 | 9D | 61 | 21 | 0 | 26 | C9 | 5E | 20 |
| Octal | 5 | 151 | 235 | 141 | 41 | 0 | 46 | 311 | 136 | 40 |
| Binary | 101 | 1101001 | 10011101 | 1100001 | 100001 | 0 | 100110 | 11001001 | 1011110 | 100000 |
Color Harmonies of #05699D
Complementary color
Monochromatic Colors of #05699D
Black with #05699D
Text Example
Text Example
White with #05699D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05699D; }
p { color: rgb(5,105,157); }
H1.HeaderClassName
{
color: #05699D;
}
.AnyTagClassName
{
color: #05699D;
}
</style>
background-color css
<style>
a { background-color: #05699D; }
a { background-color: rgb(5,105,157); }
div.DivClassName
{
background-color: #05699D;
}
.BgClassName
{
background-color: #05699D;
}
</style>
border-color css
<style>
span { border-color: #05699D; }
span { border-color: rgb(5,105,157); }
td.TdClassName
{
border-color: #05699D;
}
.TagClassName
{
border-color: #05699D;
}
</style>