Shades of Cerulean #05659C
Tints of Cerulean #05659C
RGB
CMYK
RGB Variations
Color information
#05659C (or 0x05659C) is known color: Cerulean. HEX triplet: 05, 65 and 9C. RGB value is (5,101,156). Sum of RGB (Red+Green+Blue) = 5+101+156=262 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.91% from 262); Green value is 101 (39.84% from 255 or 38.55% from 262); Blue value is 156 (61.33% from 255 or 59.54% from 262); Max value from RGB is 156 - color contains mainly: blue. Hex color #05659C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05659C is #FA9A63. Grayscale: #4E4E4E. Windows color (decimal): -16423524 or 10249477. OLE color: 10249477.
HSL color Cylindrical-coordinate representation of color #05659C: hue angle of 201.85º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05659C is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 5 | 101 | 156 | - |
| CMYK | 0.97 | 0.35 | 0 | 0.39 |
| HSL | 201.85º | 0.94% | 0.32% | - |
| HSV(B) | 201.85º | 0.97% | 0.61% | - |
| XYZ | 10.72 | 11.74 | 33.15 | - |
| YUV | 78.57 | 171.7 | 75.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 101 | 156 | 0.97 | 0.35 | 0 | 0.39 | 201.85 | 0.94 | 0.32 |
| Hex | 5 | 65 | 9C | 61 | 23 | 0 | 27 | CA | 5E | 20 |
| Octal | 5 | 145 | 234 | 141 | 43 | 0 | 47 | 312 | 136 | 40 |
| Binary | 101 | 1100101 | 10011100 | 1100001 | 100011 | 0 | 100111 | 11001010 | 1011110 | 100000 |
Color Harmonies of #05659C
Complementary color
Monochromatic Colors of #05659C
Black with #05659C
Text Example
Text Example
White with #05659C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05659C; }
p { color: rgb(5,101,156); }
H1.HeaderClassName
{
color: #05659C;
}
.AnyTagClassName
{
color: #05659C;
}
</style>
background-color css
<style>
a { background-color: #05659C; }
a { background-color: rgb(5,101,156); }
div.DivClassName
{
background-color: #05659C;
}
.BgClassName
{
background-color: #05659C;
}
</style>
border-color css
<style>
span { border-color: #05659C; }
span { border-color: rgb(5,101,156); }
td.TdClassName
{
border-color: #05659C;
}
.TagClassName
{
border-color: #05659C;
}
</style>