Shades of Cerulean #066CB3
Tints of Cerulean #066CB3
RGB
CMYK
RGB Variations
Color information
#066CB3 (or 0x066CB3) is known color: Cerulean. HEX triplet: 06, 6C and B3. RGB value is (6,108,179). Sum of RGB (Red+Green+Blue) = 6+108+179=293 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.05% from 293); Green value is 108 (42.58% from 255 or 36.86% from 293); Blue value is 179 (70.31% from 255 or 61.09% from 293); Max value from RGB is 179 - color contains mainly: blue. Hex color #066CB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066CB3 is #F9934C. Grayscale: #555555. Windows color (decimal): -16356173 or 11758598. OLE color: 11758598.
HSL color Cylindrical-coordinate representation of color #066CB3: hue angle of 204.62º 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 #066CB3 is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 6 | 108 | 179 | - |
| CMYK | 0.97 | 0.40 | 0 | 0.30 |
| HSL | 204.62º | 0.94% | 0.36% | - |
| HSV(B) | 204.62º | 0.97% | 0.7% | - |
| XYZ | 13.57 | 14.02 | 44.64 | - |
| YUV | 85.6 | 180.71 | 71.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 108 | 179 | 0.97 | 0.40 | 0 | 0.30 | 204.62 | 0.94 | 0.36 |
| Hex | 6 | 6C | B3 | 61 | 28 | 0 | 1E | CD | 5E | 24 |
| Octal | 6 | 154 | 263 | 141 | 50 | 0 | 36 | 315 | 136 | 44 |
| Binary | 110 | 1101100 | 10110011 | 1100001 | 101000 | 0 | 11110 | 11001101 | 1011110 | 100100 |
Color Harmonies of #066CB3
Complementary color
Monochromatic Colors of #066CB3
Black with #066CB3
Text Example
Text Example
White with #066CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066CB3; }
p { color: rgb(6,108,179); }
H1.HeaderClassName
{
color: #066CB3;
}
.AnyTagClassName
{
color: #066CB3;
}
</style>
background-color css
<style>
a { background-color: #066CB3; }
a { background-color: rgb(6,108,179); }
div.DivClassName
{
background-color: #066CB3;
}
.BgClassName
{
background-color: #066CB3;
}
</style>
border-color css
<style>
span { border-color: #066CB3; }
span { border-color: rgb(6,108,179); }
td.TdClassName
{
border-color: #066CB3;
}
.TagClassName
{
border-color: #066CB3;
}
</style>