Shades of Cerulean #066BAB
Tints of Cerulean #066BAB
RGB
CMYK
RGB Variations
Color information
#066BAB (or 0x066BAB) is known color: Cerulean. HEX triplet: 06, 6B and AB. RGB value is (6,107,171). Sum of RGB (Red+Green+Blue) = 6+107+171=284 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.11% from 284); Green value is 107 (42.19% from 255 or 37.68% from 284); Blue value is 171 (67.19% from 255 or 60.21% from 284); Max value from RGB is 171 - color contains mainly: blue. Hex color #066BAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066BAB is #F99454. Grayscale: #535353. Windows color (decimal): -16356437 or 11234054. OLE color: 11234054.
HSL color Cylindrical-coordinate representation of color #066BAB: hue angle of 203.27º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #066BAB is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 107 | 171 | - |
| CMYK | 0.96 | 0.37 | 0 | 0.33 |
| HSL | 203.27º | 0.93% | 0.35% | - |
| HSV(B) | 203.27º | 0.96% | 0.67% | - |
| XYZ | 12.68 | 13.49 | 40.46 | - |
| YUV | 84.1 | 177.04 | 72.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 107 | 171 | 0.96 | 0.37 | 0 | 0.33 | 203.27 | 0.93 | 0.35 |
| Hex | 6 | 6B | AB | 60 | 25 | 0 | 21 | CB | 5D | 23 |
| Octal | 6 | 153 | 253 | 140 | 45 | 0 | 41 | 313 | 135 | 43 |
| Binary | 110 | 1101011 | 10101011 | 1100000 | 100101 | 0 | 100001 | 11001011 | 1011101 | 100011 |
Color Harmonies of #066BAB
Complementary color
Monochromatic Colors of #066BAB
Black with #066BAB
Text Example
Text Example
White with #066BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066BAB; }
p { color: rgb(6,107,171); }
H1.HeaderClassName
{
color: #066BAB;
}
.AnyTagClassName
{
color: #066BAB;
}
</style>
background-color css
<style>
a { background-color: #066BAB; }
a { background-color: rgb(6,107,171); }
div.DivClassName
{
background-color: #066BAB;
}
.BgClassName
{
background-color: #066BAB;
}
</style>
border-color css
<style>
span { border-color: #066BAB; }
span { border-color: rgb(6,107,171); }
td.TdClassName
{
border-color: #066BAB;
}
.TagClassName
{
border-color: #066BAB;
}
</style>