Shades of Cerulean #05679B
Tints of Cerulean #05679B
RGB
CMYK
RGB Variations
Color information
#05679B (or 0x05679B) is known color: Cerulean. HEX triplet: 05, 67 and 9B. RGB value is (5,103,155). Sum of RGB (Red+Green+Blue) = 5+103+155=263 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.90% from 263); Green value is 103 (40.62% from 255 or 39.16% from 263); Blue value is 155 (60.94% from 255 or 58.94% from 263); Max value from RGB is 155 - color contains mainly: blue. Hex color #05679B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05679B is #FA9864. Grayscale: #4F4F4F. Windows color (decimal): -16423013 or 10184453. OLE color: 10184453.
HSL color Cylindrical-coordinate representation of color #05679B: hue angle of 200.8º 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 #05679B is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 5 | 103 | 155 | - |
| CMYK | 0.97 | 0.34 | 0 | 0.39 |
| HSL | 200.8º | 0.94% | 0.31% | - |
| HSV(B) | 200.8º | 0.97% | 0.61% | - |
| XYZ | 10.83 | 12.1 | 32.77 | - |
| YUV | 79.63 | 170.53 | 74.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 103 | 155 | 0.97 | 0.34 | 0 | 0.39 | 200.8 | 0.94 | 0.31 |
| Hex | 5 | 67 | 9B | 61 | 22 | 0 | 27 | C9 | 5E | 1F |
| Octal | 5 | 147 | 233 | 141 | 42 | 0 | 47 | 311 | 136 | 37 |
| Binary | 101 | 1100111 | 10011011 | 1100001 | 100010 | 0 | 100111 | 11001001 | 1011110 | 11111 |
Color Harmonies of #05679B
Complementary color
Monochromatic Colors of #05679B
Black with #05679B
Text Example
Text Example
White with #05679B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05679B; }
p { color: rgb(5,103,155); }
H1.HeaderClassName
{
color: #05679B;
}
.AnyTagClassName
{
color: #05679B;
}
</style>
background-color css
<style>
a { background-color: #05679B; }
a { background-color: rgb(5,103,155); }
div.DivClassName
{
background-color: #05679B;
}
.BgClassName
{
background-color: #05679B;
}
</style>
border-color css
<style>
span { border-color: #05679B; }
span { border-color: rgb(5,103,155); }
td.TdClassName
{
border-color: #05679B;
}
.TagClassName
{
border-color: #05679B;
}
</style>