Shades of Cerulean #066998
Tints of Cerulean #066998
RGB
CMYK
RGB Variations
Color information
#066998 (or 0x066998) is known color: Cerulean. HEX triplet: 06, 69 and 98. RGB value is (6,105,152). Sum of RGB (Red+Green+Blue) = 6+105+152=263 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.28% from 263); Green value is 105 (41.41% from 255 or 39.92% from 263); Blue value is 152 (59.77% from 255 or 57.79% from 263); Max value from RGB is 152 - color contains mainly: blue. Hex color #066998 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066998 is #F99667. Grayscale: #505050. Windows color (decimal): -16356968 or 9988358. OLE color: 9988358.
HSL color Cylindrical-coordinate representation of color #066998: hue angle of 199.32º degrees, saturation: 0.92, 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 #066998 is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 6 | 105 | 152 | - |
| CMYK | 0.96 | 0.31 | 0 | 0.40 |
| HSL | 199.32º | 0.92% | 0.31% | - |
| HSV(B) | 199.32º | 0.96% | 0.6% | - |
| XYZ | 10.79 | 12.41 | 31.53 | - |
| YUV | 80.76 | 168.2 | 74.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 105 | 152 | 0.96 | 0.31 | 0 | 0.40 | 199.32 | 0.92 | 0.31 |
| Hex | 6 | 69 | 98 | 60 | 1F | 0 | 28 | C7 | 5C | 1F |
| Octal | 6 | 151 | 230 | 140 | 37 | 0 | 50 | 307 | 134 | 37 |
| Binary | 110 | 1101001 | 10011000 | 1100000 | 11111 | 0 | 101000 | 11000111 | 1011100 | 11111 |
Color Harmonies of #066998
Complementary color
Monochromatic Colors of #066998
Black with #066998
Text Example
Text Example
White with #066998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066998; }
p { color: rgb(6,105,152); }
H1.HeaderClassName
{
color: #066998;
}
.AnyTagClassName
{
color: #066998;
}
</style>
background-color css
<style>
a { background-color: #066998; }
a { background-color: rgb(6,105,152); }
div.DivClassName
{
background-color: #066998;
}
.BgClassName
{
background-color: #066998;
}
</style>
border-color css
<style>
span { border-color: #066998; }
span { border-color: rgb(6,105,152); }
td.TdClassName
{
border-color: #066998;
}
.TagClassName
{
border-color: #066998;
}
</style>