Shades of Cerulean #066CAF
Tints of Cerulean #066CAF
RGB
CMYK
RGB Variations
Color information
#066CAF (or 0x066CAF) is known color: Cerulean. HEX triplet: 06, 6C and AF. RGB value is (6,108,175). Sum of RGB (Red+Green+Blue) = 6+108+175=289 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.08% from 289); Green value is 108 (42.58% from 255 or 37.37% from 289); Blue value is 175 (68.75% from 255 or 60.55% from 289); Max value from RGB is 175 - color contains mainly: blue. Hex color #066CAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066CAF is #F99350. Grayscale: #545454. Windows color (decimal): -16356177 or 11496454. OLE color: 11496454.
HSL color Cylindrical-coordinate representation of color #066CAF: hue angle of 203.79º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066CAF is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 6 | 108 | 175 | - |
| CMYK | 0.97 | 0.38 | 0 | 0.31 |
| HSL | 203.79º | 0.93% | 0.35% | - |
| HSV(B) | 203.79º | 0.97% | 0.69% | - |
| XYZ | 13.18 | 13.86 | 42.54 | - |
| YUV | 85.14 | 178.71 | 71.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 108 | 175 | 0.97 | 0.38 | 0 | 0.31 | 203.79 | 0.93 | 0.35 |
| Hex | 6 | 6C | AF | 61 | 26 | 0 | 1F | CC | 5D | 23 |
| Octal | 6 | 154 | 257 | 141 | 46 | 0 | 37 | 314 | 135 | 43 |
| Binary | 110 | 1101100 | 10101111 | 1100001 | 100110 | 0 | 11111 | 11001100 | 1011101 | 100011 |
Color Harmonies of #066CAF
Complementary color
Monochromatic Colors of #066CAF
Black with #066CAF
Text Example
Text Example
White with #066CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066CAF; }
p { color: rgb(6,108,175); }
H1.HeaderClassName
{
color: #066CAF;
}
.AnyTagClassName
{
color: #066CAF;
}
</style>
background-color css
<style>
a { background-color: #066CAF; }
a { background-color: rgb(6,108,175); }
div.DivClassName
{
background-color: #066CAF;
}
.BgClassName
{
background-color: #066CAF;
}
</style>
border-color css
<style>
span { border-color: #066CAF; }
span { border-color: rgb(6,108,175); }
td.TdClassName
{
border-color: #066CAF;
}
.TagClassName
{
border-color: #066CAF;
}
</style>