Shades of Cerulean #066B9D
Tints of Cerulean #066B9D
RGB
CMYK
RGB Variations
Color information
#066B9D (or 0x066B9D) is known color: Cerulean. HEX triplet: 06, 6B and 9D. RGB value is (6,107,157). Sum of RGB (Red+Green+Blue) = 6+107+157=270 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.22% from 270); Green value is 107 (42.19% from 255 or 39.63% from 270); Blue value is 157 (61.72% from 255 or 58.15% from 270); Max value from RGB is 157 - color contains mainly: blue. Hex color #066B9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066B9D is #F99462. Grayscale: #525252. Windows color (decimal): -16356451 or 10316550. OLE color: 10316550.
HSL color Cylindrical-coordinate representation of color #066B9D: hue angle of 199.87º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #066B9D is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 6 | 107 | 157 | - |
| CMYK | 0.96 | 0.32 | 0 | 0.38 |
| HSL | 199.87º | 0.93% | 0.32% | - |
| HSV(B) | 199.87º | 0.96% | 0.62% | - |
| XYZ | 11.42 | 12.99 | 33.8 | - |
| YUV | 82.5 | 170.04 | 73.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 107 | 157 | 0.96 | 0.32 | 0 | 0.38 | 199.87 | 0.93 | 0.32 |
| Hex | 6 | 6B | 9D | 60 | 20 | 0 | 26 | C8 | 5D | 20 |
| Octal | 6 | 153 | 235 | 140 | 40 | 0 | 46 | 310 | 135 | 40 |
| Binary | 110 | 1101011 | 10011101 | 1100000 | 100000 | 0 | 100110 | 11001000 | 1011101 | 100000 |
Color Harmonies of #066B9D
Complementary color
Monochromatic Colors of #066B9D
Black with #066B9D
Text Example
Text Example
White with #066B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066B9D; }
p { color: rgb(6,107,157); }
H1.HeaderClassName
{
color: #066B9D;
}
.AnyTagClassName
{
color: #066B9D;
}
</style>
background-color css
<style>
a { background-color: #066B9D; }
a { background-color: rgb(6,107,157); }
div.DivClassName
{
background-color: #066B9D;
}
.BgClassName
{
background-color: #066B9D;
}
</style>
border-color css
<style>
span { border-color: #066B9D; }
span { border-color: rgb(6,107,157); }
td.TdClassName
{
border-color: #066B9D;
}
.TagClassName
{
border-color: #066B9D;
}
</style>