Shades of Cerulean #05679D
Tints of Cerulean #05679D
RGB
CMYK
RGB Variations
Color information
#05679D (or 0x05679D) is known color: Cerulean. HEX triplet: 05, 67 and 9D. RGB value is (5,103,157). Sum of RGB (Red+Green+Blue) = 5+103+157=265 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.89% from 265); Green value is 103 (40.62% from 255 or 38.87% from 265); Blue value is 157 (61.72% from 255 or 59.25% from 265); Max value from RGB is 157 - color contains mainly: blue. Hex color #05679D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05679D is #FA9862. Grayscale: #4F4F4F. Windows color (decimal): -16423011 or 10315525. OLE color: 10315525.
HSL color Cylindrical-coordinate representation of color #05679D: hue angle of 201.32º 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 #05679D is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 5 | 103 | 157 | - |
| CMYK | 0.97 | 0.34 | 0 | 0.38 |
| HSL | 201.32º | 0.94% | 0.32% | - |
| HSV(B) | 201.32º | 0.97% | 0.62% | - |
| XYZ | 11 | 12.17 | 33.67 | - |
| YUV | 79.85 | 171.53 | 74.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 103 | 157 | 0.97 | 0.34 | 0 | 0.38 | 201.32 | 0.94 | 0.32 |
| Hex | 5 | 67 | 9D | 61 | 22 | 0 | 26 | C9 | 5E | 20 |
| Octal | 5 | 147 | 235 | 141 | 42 | 0 | 46 | 311 | 136 | 40 |
| Binary | 101 | 1100111 | 10011101 | 1100001 | 100010 | 0 | 100110 | 11001001 | 1011110 | 100000 |
Color Harmonies of #05679D
Complementary color
Monochromatic Colors of #05679D
Black with #05679D
Text Example
Text Example
White with #05679D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05679D; }
p { color: rgb(5,103,157); }
H1.HeaderClassName
{
color: #05679D;
}
.AnyTagClassName
{
color: #05679D;
}
</style>
background-color css
<style>
a { background-color: #05679D; }
a { background-color: rgb(5,103,157); }
div.DivClassName
{
background-color: #05679D;
}
.BgClassName
{
background-color: #05679D;
}
</style>
border-color css
<style>
span { border-color: #05679D; }
span { border-color: rgb(5,103,157); }
td.TdClassName
{
border-color: #05679D;
}
.TagClassName
{
border-color: #05679D;
}
</style>