Shades of Cerulean #05668F
Tints of Cerulean #05668F
RGB
CMYK
RGB Variations
Color information
#05668F (or 0x05668F) is known color: Cerulean. HEX triplet: 05, 66 and 8F. RGB value is (5,102,143). Sum of RGB (Red+Green+Blue) = 5+102+143=250 (33% of max value = 765). Red value is 5 (2.34% from 255 or 2% from 250); Green value is 102 (40.23% from 255 or 40.8% from 250); Blue value is 143 (56.25% from 255 or 57.2% from 250); Max value from RGB is 143 - color contains mainly: blue. Hex color #05668F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05668F is #FA9970. Grayscale: #4D4D4D. Windows color (decimal): -16423281 or 9397765. OLE color: 9397765.
HSL color Cylindrical-coordinate representation of color #05668F: hue angle of 197.83º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05668F is Cyan = 0.97, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 102 | 143 | - |
| CMYK | 0.97 | 0.29 | 0 | 0.44 |
| HSL | 197.83º | 0.93% | 0.29% | - |
| HSV(B) | 197.83º | 0.97% | 0.56% | - |
| XYZ | 9.77 | 11.52 | 27.69 | - |
| YUV | 77.67 | 164.86 | 76.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 102 | 143 | 0.97 | 0.29 | 0 | 0.44 | 197.83 | 0.93 | 0.29 |
| Hex | 5 | 66 | 8F | 61 | 1D | 0 | 2C | C6 | 5D | 1D |
| Octal | 5 | 146 | 217 | 141 | 35 | 0 | 54 | 306 | 135 | 35 |
| Binary | 101 | 1100110 | 10001111 | 1100001 | 11101 | 0 | 101100 | 11000110 | 1011101 | 11101 |
Color Harmonies of #05668F
Complementary color
Monochromatic Colors of #05668F
Black with #05668F
Text Example
Text Example
White with #05668F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05668F; }
p { color: rgb(5,102,143); }
H1.HeaderClassName
{
color: #05668F;
}
.AnyTagClassName
{
color: #05668F;
}
</style>
background-color css
<style>
a { background-color: #05668F; }
a { background-color: rgb(5,102,143); }
div.DivClassName
{
background-color: #05668F;
}
.BgClassName
{
background-color: #05668F;
}
</style>
border-color css
<style>
span { border-color: #05668F; }
span { border-color: rgb(5,102,143); }
td.TdClassName
{
border-color: #05668F;
}
.TagClassName
{
border-color: #05668F;
}
</style>