Shades of Cerulean #066294
Tints of Cerulean #066294
RGB
CMYK
RGB Variations
Color information
#066294 (or 0x066294) is known color: Cerulean. HEX triplet: 06, 62 and 94. RGB value is (6,98,148). Sum of RGB (Red+Green+Blue) = 6+98+148=252 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.38% from 252); Green value is 98 (38.67% from 255 or 38.89% from 252); Blue value is 148 (58.20% from 255 or 58.73% from 252); Max value from RGB is 148 - color contains mainly: blue. Hex color #066294 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066294 is #F99D6B. Grayscale: #4B4B4B. Windows color (decimal): -16358764 or 9724422. OLE color: 9724422.
HSL color Cylindrical-coordinate representation of color #066294: hue angle of 201.13º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #066294 is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 6 | 98 | 148 | - |
| CMYK | 0.96 | 0.34 | 0 | 0.42 |
| HSL | 201.13º | 0.92% | 0.3% | - |
| HSV(B) | 201.13º | 0.96% | 0.58% | - |
| XYZ | 9.79 | 10.91 | 29.61 | - |
| YUV | 76.19 | 168.52 | 77.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 98 | 148 | 0.96 | 0.34 | 0 | 0.42 | 201.13 | 0.92 | 0.3 |
| Hex | 6 | 62 | 94 | 60 | 22 | 0 | 2A | C9 | 5C | 1E |
| Octal | 6 | 142 | 224 | 140 | 42 | 0 | 52 | 311 | 134 | 36 |
| Binary | 110 | 1100010 | 10010100 | 1100000 | 100010 | 0 | 101010 | 11001001 | 1011100 | 11110 |
Color Harmonies of #066294
Complementary color
Monochromatic Colors of #066294
Black with #066294
Text Example
Text Example
White with #066294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066294; }
p { color: rgb(6,98,148); }
H1.HeaderClassName
{
color: #066294;
}
.AnyTagClassName
{
color: #066294;
}
</style>
background-color css
<style>
a { background-color: #066294; }
a { background-color: rgb(6,98,148); }
div.DivClassName
{
background-color: #066294;
}
.BgClassName
{
background-color: #066294;
}
</style>
border-color css
<style>
span { border-color: #066294; }
span { border-color: rgb(6,98,148); }
td.TdClassName
{
border-color: #066294;
}
.TagClassName
{
border-color: #066294;
}
</style>