Shades of Cerulean #066B9A
Tints of Cerulean #066B9A
RGB
CMYK
RGB Variations
Color information
#066B9A (or 0x066B9A) is known color: Cerulean. HEX triplet: 06, 6B and 9A. RGB value is (6,107,154). Sum of RGB (Red+Green+Blue) = 6+107+154=267 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.25% from 267); Green value is 107 (42.19% from 255 or 40.07% from 267); Blue value is 154 (60.55% from 255 or 57.68% from 267); Max value from RGB is 154 - color contains mainly: blue. Hex color #066B9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066B9A is #F99465. Grayscale: #515151. Windows color (decimal): -16356454 or 10119942. OLE color: 10119942.
HSL color Cylindrical-coordinate representation of color #066B9A: hue angle of 199.05º 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 #066B9A is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 6 | 107 | 154 | - |
| CMYK | 0.96 | 0.31 | 0 | 0.40 |
| HSL | 199.05º | 0.93% | 0.31% | - |
| HSV(B) | 199.05º | 0.96% | 0.6% | - |
| XYZ | 11.17 | 12.89 | 32.47 | - |
| YUV | 82.16 | 168.54 | 73.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 107 | 154 | 0.96 | 0.31 | 0 | 0.40 | 199.05 | 0.93 | 0.31 |
| Hex | 6 | 6B | 9A | 60 | 1F | 0 | 28 | C7 | 5C | 1F |
| Octal | 6 | 153 | 232 | 140 | 37 | 0 | 50 | 307 | 134 | 37 |
| Binary | 110 | 1101011 | 10011010 | 1100000 | 11111 | 0 | 101000 | 11000111 | 1011100 | 11111 |
Color Harmonies of #066B9A
Complementary color
Monochromatic Colors of #066B9A
Black with #066B9A
Text Example
Text Example
White with #066B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066B9A; }
p { color: rgb(6,107,154); }
H1.HeaderClassName
{
color: #066B9A;
}
.AnyTagClassName
{
color: #066B9A;
}
</style>
background-color css
<style>
a { background-color: #066B9A; }
a { background-color: rgb(6,107,154); }
div.DivClassName
{
background-color: #066B9A;
}
.BgClassName
{
background-color: #066B9A;
}
</style>
border-color css
<style>
span { border-color: #066B9A; }
span { border-color: rgb(6,107,154); }
td.TdClassName
{
border-color: #066B9A;
}
.TagClassName
{
border-color: #066B9A;
}
</style>