Shades of Cerulean #006BA3
Tints of Cerulean #006BA3
RGB
CMYK
RGB Variations
Color information
#006BA3 (or 0x006BA3) is known color: Cerulean. HEX triplet: 00, 6B and A3. RGB value is (0,107,163). Sum of RGB (Red+Green+Blue) = 0+107+163=270 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 270); Green value is 107 (42.19% from 255 or 39.63% from 270); Blue value is 163 (64.06% from 255 or 60.37% from 270); Max value from RGB is 163 - color contains mainly: blue. Hex color #006BA3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006BA3 is #FF945C. Grayscale: #515151. Windows color (decimal): -16749661 or 10709760. OLE color: 10709760.
HSL color Cylindrical-coordinate representation of color #006BA3: hue angle of 200.61º 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 #006BA3 is Cyan = 1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
RGB | 0 | 107 | 163 | - |
CMYK | 1 | 0.34 | 0 | 0.36 |
HSL | 200.61º | 1% | 0.32% | - |
HSV(B) | 200.61º | 1% | 0.64% | - |
XYZ | 11.87 | 13.16 | 36.56 | - |
YUV | 81.39 | 174.05 | 69.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 107 | 163 | 1 | 0.34 | 0 | 0.36 | 200.61 | 1 | 0.32 |
Hex | 0 | 6B | A3 | 64 | 22 | 0 | 24 | C9 | 64 | 20 |
Octal | 0 | 153 | 243 | 144 | 42 | 0 | 44 | 311 | 144 | 40 |
Binary | 0 | 1101011 | 10100011 | 1100100 | 100010 | 0 | 100100 | 11001001 | 1100100 | 100000 |
Color Harmonies of #006BA3
Complementary color
Monochromatic Colors of #006BA3
Black with #006BA3
Text Example
Text Example
White with #006BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006BA3; }
p { color: rgb(0,107,163); }
H1.HeaderClassName
{
color: #006BA3;
}
.AnyTagClassName
{
color: #006BA3;
}
</style>
background-color css
<style>
a { background-color: #006BA3; }
a { background-color: rgb(0,107,163); }
div.DivClassName
{
background-color: #006BA3;
}
.BgClassName
{
background-color: #006BA3;
}
</style>
border-color css
<style>
span { border-color: #006BA3; }
span { border-color: rgb(0,107,163); }
td.TdClassName
{
border-color: #006BA3;
}
.TagClassName
{
border-color: #006BA3;
}
</style>