Shades of Cerulean #006BA2
Tints of Cerulean #006BA2
RGB
CMYK
RGB Variations
Color information
#006BA2 (or 0x006BA2) is known color: Cerulean. HEX triplet: 00, 6B and A2. RGB value is (0,107,162). Sum of RGB (Red+Green+Blue) = 0+107+162=269 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 269); Green value is 107 (42.19% from 255 or 39.78% from 269); Blue value is 162 (63.67% from 255 or 60.22% from 269); Max value from RGB is 162 - color contains mainly: blue. Hex color #006BA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006BA2 is #FF945D. Grayscale: #505050. Windows color (decimal): -16749662 or 10644224. OLE color: 10644224.
HSL color Cylindrical-coordinate representation of color #006BA2: hue angle of 200.37º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006BA2 is Cyan = 1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 0 | 107 | 162 | - |
| CMYK | 1 | 0.34 | 0 | 0.36 |
| HSL | 200.37º | 1% | 0.32% | - |
| HSV(B) | 200.37º | 1% | 0.64% | - |
| XYZ | 11.78 | 13.12 | 36.09 | - |
| YUV | 81.28 | 173.55 | 70.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 107 | 162 | 1 | 0.34 | 0 | 0.36 | 200.37 | 1 | 0.32 |
| Hex | 0 | 6B | A2 | 64 | 22 | 0 | 24 | C8 | 64 | 20 |
| Octal | 0 | 153 | 242 | 144 | 42 | 0 | 44 | 310 | 144 | 40 |
| Binary | 0 | 1101011 | 10100010 | 1100100 | 100010 | 0 | 100100 | 11001000 | 1100100 | 100000 |
Color Harmonies of #006BA2
Complementary color
Monochromatic Colors of #006BA2
Black with #006BA2
Text Example
Text Example
White with #006BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006BA2; }
p { color: rgb(0,107,162); }
H1.HeaderClassName
{
color: #006BA2;
}
.AnyTagClassName
{
color: #006BA2;
}
</style>
background-color css
<style>
a { background-color: #006BA2; }
a { background-color: rgb(0,107,162); }
div.DivClassName
{
background-color: #006BA2;
}
.BgClassName
{
background-color: #006BA2;
}
</style>
border-color css
<style>
span { border-color: #006BA2; }
span { border-color: rgb(0,107,162); }
td.TdClassName
{
border-color: #006BA2;
}
.TagClassName
{
border-color: #006BA2;
}
</style>