Shades of Cerulean #066FB3
Tints of Cerulean #066FB3
RGB
CMYK
RGB Variations
Color information
#066FB3 (or 0x066FB3) is known color: Cerulean. HEX triplet: 06, 6F and B3. RGB value is (6,111,179). Sum of RGB (Red+Green+Blue) = 6+111+179=296 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.03% from 296); Green value is 111 (43.75% from 255 or 37.5% from 296); Blue value is 179 (70.31% from 255 or 60.47% from 296); Max value from RGB is 179 - color contains mainly: blue. Hex color #066FB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066FB3 is #F9904C. Grayscale: #565656. Windows color (decimal): -16355405 or 11759366. OLE color: 11759366.
HSL color Cylindrical-coordinate representation of color #066FB3: hue angle of 203.58º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066FB3 is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 6 | 111 | 179 | - |
| CMYK | 0.97 | 0.38 | 0 | 0.30 |
| HSL | 203.58º | 0.94% | 0.36% | - |
| HSV(B) | 203.58º | 0.97% | 0.7% | - |
| XYZ | 13.9 | 14.66 | 44.75 | - |
| YUV | 87.36 | 179.71 | 69.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 111 | 179 | 0.97 | 0.38 | 0 | 0.30 | 203.58 | 0.94 | 0.36 |
| Hex | 6 | 6F | B3 | 61 | 26 | 0 | 1E | CC | 5E | 24 |
| Octal | 6 | 157 | 263 | 141 | 46 | 0 | 36 | 314 | 136 | 44 |
| Binary | 110 | 1101111 | 10110011 | 1100001 | 100110 | 0 | 11110 | 11001100 | 1011110 | 100100 |
Color Harmonies of #066FB3
Complementary color
Monochromatic Colors of #066FB3
Black with #066FB3
Text Example
Text Example
White with #066FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066FB3; }
p { color: rgb(6,111,179); }
H1.HeaderClassName
{
color: #066FB3;
}
.AnyTagClassName
{
color: #066FB3;
}
</style>
background-color css
<style>
a { background-color: #066FB3; }
a { background-color: rgb(6,111,179); }
div.DivClassName
{
background-color: #066FB3;
}
.BgClassName
{
background-color: #066FB3;
}
</style>
border-color css
<style>
span { border-color: #066FB3; }
span { border-color: rgb(6,111,179); }
td.TdClassName
{
border-color: #066FB3;
}
.TagClassName
{
border-color: #066FB3;
}
</style>