Shades of Cerulean #066B8F
Tints of Cerulean #066B8F
RGB
CMYK
RGB Variations
Color information
#066B8F (or 0x066B8F) is known color: Cerulean. HEX triplet: 06, 6B and 8F. RGB value is (6,107,143). Sum of RGB (Red+Green+Blue) = 6+107+143=256 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.34% from 256); Green value is 107 (42.19% from 255 or 41.80% from 256); Blue value is 143 (56.25% from 255 or 55.86% from 256); Max value from RGB is 143 - color contains mainly: blue. Hex color #066B8F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066B8F is #F99470. Grayscale: #505050. Windows color (decimal): -16356465 or 9399046. OLE color: 9399046.
HSL color Cylindrical-coordinate representation of color #066B8F: hue angle of 195.77º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #066B8F is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 107 | 143 | - |
| CMYK | 0.96 | 0.25 | 0 | 0.44 |
| HSL | 195.77º | 0.92% | 0.29% | - |
| HSV(B) | 195.77º | 0.96% | 0.56% | - |
| XYZ | 10.29 | 12.54 | 27.86 | - |
| YUV | 80.91 | 163.04 | 74.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 107 | 143 | 0.96 | 0.25 | 0 | 0.44 | 195.77 | 0.92 | 0.29 |
| Hex | 6 | 6B | 8F | 60 | 19 | 0 | 2C | C4 | 5C | 1D |
| Octal | 6 | 153 | 217 | 140 | 31 | 0 | 54 | 304 | 134 | 35 |
| Binary | 110 | 1101011 | 10001111 | 1100000 | 11001 | 0 | 101100 | 11000100 | 1011100 | 11101 |
Color Harmonies of #066B8F
Complementary color
Monochromatic Colors of #066B8F
Black with #066B8F
Text Example
Text Example
White with #066B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066B8F; }
p { color: rgb(6,107,143); }
H1.HeaderClassName
{
color: #066B8F;
}
.AnyTagClassName
{
color: #066B8F;
}
</style>
background-color css
<style>
a { background-color: #066B8F; }
a { background-color: rgb(6,107,143); }
div.DivClassName
{
background-color: #066B8F;
}
.BgClassName
{
background-color: #066B8F;
}
</style>
border-color css
<style>
span { border-color: #066B8F; }
span { border-color: rgb(6,107,143); }
td.TdClassName
{
border-color: #066B8F;
}
.TagClassName
{
border-color: #066B8F;
}
</style>