Shades of Cerulean #066D9A
Tints of Cerulean #066D9A
RGB
CMYK
RGB Variations
Color information
#066D9A (or 0x066D9A) is known color: Cerulean. HEX triplet: 06, 6D and 9A. RGB value is (6,109,154). Sum of RGB (Red+Green+Blue) = 6+109+154=269 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.23% from 269); Green value is 109 (42.97% from 255 or 40.52% from 269); Blue value is 154 (60.55% from 255 or 57.25% from 269); Max value from RGB is 154 - color contains mainly: blue. Hex color #066D9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066D9A is #F99265. Grayscale: #535353. Windows color (decimal): -16355942 or 10120454. OLE color: 10120454.
HSL color Cylindrical-coordinate representation of color #066D9A: hue angle of 198.24º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #066D9A is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 6 | 109 | 154 | - |
| CMYK | 0.96 | 0.29 | 0 | 0.40 |
| HSL | 198.24º | 0.93% | 0.31% | - |
| HSV(B) | 198.24º | 0.96% | 0.6% | - |
| XYZ | 11.38 | 13.31 | 32.54 | - |
| YUV | 83.33 | 167.88 | 72.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 109 | 154 | 0.96 | 0.29 | 0 | 0.40 | 198.24 | 0.93 | 0.31 |
| Hex | 6 | 6D | 9A | 60 | 1D | 0 | 28 | C6 | 5C | 1F |
| Octal | 6 | 155 | 232 | 140 | 35 | 0 | 50 | 306 | 134 | 37 |
| Binary | 110 | 1101101 | 10011010 | 1100000 | 11101 | 0 | 101000 | 11000110 | 1011100 | 11111 |
Color Harmonies of #066D9A
Complementary color
Monochromatic Colors of #066D9A
Black with #066D9A
Text Example
Text Example
White with #066D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066D9A; }
p { color: rgb(6,109,154); }
H1.HeaderClassName
{
color: #066D9A;
}
.AnyTagClassName
{
color: #066D9A;
}
</style>
background-color css
<style>
a { background-color: #066D9A; }
a { background-color: rgb(6,109,154); }
div.DivClassName
{
background-color: #066D9A;
}
.BgClassName
{
background-color: #066D9A;
}
</style>
border-color css
<style>
span { border-color: #066D9A; }
span { border-color: rgb(6,109,154); }
td.TdClassName
{
border-color: #066D9A;
}
.TagClassName
{
border-color: #066D9A;
}
</style>