Shades of Cerulean #05699B
Tints of Cerulean #05699B
RGB
CMYK
RGB Variations
Color information
#05699B (or 0x05699B) is known color: Cerulean. HEX triplet: 05, 69 and 9B. RGB value is (5,105,155). Sum of RGB (Red+Green+Blue) = 5+105+155=265 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.89% from 265); Green value is 105 (41.41% from 255 or 39.62% from 265); Blue value is 155 (60.94% from 255 or 58.49% from 265); Max value from RGB is 155 - color contains mainly: blue. Hex color #05699B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05699B is #FA9664. Grayscale: #505050. Windows color (decimal): -16422501 or 10184965. OLE color: 10184965.
HSL color Cylindrical-coordinate representation of color #05699B: hue angle of 200º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05699B is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 5 | 105 | 155 | - |
| CMYK | 0.97 | 0.32 | 0 | 0.39 |
| HSL | 200º | 0.94% | 0.31% | - |
| HSV(B) | 200º | 0.97% | 0.61% | - |
| XYZ | 11.03 | 12.5 | 32.84 | - |
| YUV | 80.8 | 169.87 | 73.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 105 | 155 | 0.97 | 0.32 | 0 | 0.39 | 200 | 0.94 | 0.31 |
| Hex | 5 | 69 | 9B | 61 | 20 | 0 | 27 | C8 | 5E | 1F |
| Octal | 5 | 151 | 233 | 141 | 40 | 0 | 47 | 310 | 136 | 37 |
| Binary | 101 | 1101001 | 10011011 | 1100001 | 100000 | 0 | 100111 | 11001000 | 1011110 | 11111 |
Color Harmonies of #05699B
Complementary color
Monochromatic Colors of #05699B
Black with #05699B
Text Example
Text Example
White with #05699B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05699B; }
p { color: rgb(5,105,155); }
H1.HeaderClassName
{
color: #05699B;
}
.AnyTagClassName
{
color: #05699B;
}
</style>
background-color css
<style>
a { background-color: #05699B; }
a { background-color: rgb(5,105,155); }
div.DivClassName
{
background-color: #05699B;
}
.BgClassName
{
background-color: #05699B;
}
</style>
border-color css
<style>
span { border-color: #05699B; }
span { border-color: rgb(5,105,155); }
td.TdClassName
{
border-color: #05699B;
}
.TagClassName
{
border-color: #05699B;
}
</style>