Shades of Cerulean #05659B
Tints of Cerulean #05659B
RGB
CMYK
RGB Variations
Color information
#05659B (or 0x05659B) is known color: Cerulean. HEX triplet: 05, 65 and 9B. RGB value is (5,101,155). Sum of RGB (Red+Green+Blue) = 5+101+155=261 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.92% from 261); Green value is 101 (39.84% from 255 or 38.70% from 261); Blue value is 155 (60.94% from 255 or 59.39% from 261); Max value from RGB is 155 - color contains mainly: blue. Hex color #05659B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05659B is #FA9A64. Grayscale: #4E4E4E. Windows color (decimal): -16423525 or 10183941. OLE color: 10183941.
HSL color Cylindrical-coordinate representation of color #05659B: hue angle of 201.6º 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 #05659B is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 5 | 101 | 155 | - |
| CMYK | 0.97 | 0.35 | 0 | 0.39 |
| HSL | 201.6º | 0.94% | 0.31% | - |
| HSV(B) | 201.6º | 0.97% | 0.61% | - |
| XYZ | 10.63 | 11.71 | 32.71 | - |
| YUV | 78.45 | 171.2 | 75.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 101 | 155 | 0.97 | 0.35 | 0 | 0.39 | 201.6 | 0.94 | 0.31 |
| Hex | 5 | 65 | 9B | 61 | 23 | 0 | 27 | CA | 5E | 1F |
| Octal | 5 | 145 | 233 | 141 | 43 | 0 | 47 | 312 | 136 | 37 |
| Binary | 101 | 1100101 | 10011011 | 1100001 | 100011 | 0 | 100111 | 11001010 | 1011110 | 11111 |
Color Harmonies of #05659B
Complementary color
Monochromatic Colors of #05659B
Black with #05659B
Text Example
Text Example
White with #05659B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05659B; }
p { color: rgb(5,101,155); }
H1.HeaderClassName
{
color: #05659B;
}
.AnyTagClassName
{
color: #05659B;
}
</style>
background-color css
<style>
a { background-color: #05659B; }
a { background-color: rgb(5,101,155); }
div.DivClassName
{
background-color: #05659B;
}
.BgClassName
{
background-color: #05659B;
}
</style>
border-color css
<style>
span { border-color: #05659B; }
span { border-color: rgb(5,101,155); }
td.TdClassName
{
border-color: #05659B;
}
.TagClassName
{
border-color: #05659B;
}
</style>