Shades of Cerulean #0062A0
Tints of Cerulean #0062A0
RGB
CMYK
RGB Variations
Color information
#0062A0 (or 0x0062A0) is known color: Cerulean. HEX triplet: 00, 62 and A0. RGB value is (0,98,160). Sum of RGB (Red+Green+Blue) = 0+98+160=258 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 258); Green value is 98 (38.67% from 255 or 37.98% from 258); Blue value is 160 (62.89% from 255 or 62.02% from 258); Max value from RGB is 160 - color contains mainly: blue. Hex color #0062A0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0062A0 is #FF9D5F. Grayscale: #4B4B4B. Windows color (decimal): -16751968 or 10510848. OLE color: 10510848.
HSL color Cylindrical-coordinate representation of color #0062A0: hue angle of 203.25º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0062A0 is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
RGB | 0 | 98 | 160 | - |
CMYK | 1 | 0.39 | 0 | 0.37 |
HSL | 203.25º | 1% | 0.31% | - |
HSV(B) | 203.25º | 1% | 0.63% | - |
XYZ | 10.71 | 11.27 | 34.87 | - |
YUV | 75.77 | 175.53 | 73.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 98 | 160 | 1 | 0.39 | 0 | 0.37 | 203.25 | 1 | 0.31 |
Hex | 0 | 62 | A0 | 64 | 27 | 0 | 25 | CB | 64 | 1F |
Octal | 0 | 142 | 240 | 144 | 47 | 0 | 45 | 313 | 144 | 37 |
Binary | 0 | 1100010 | 10100000 | 1100100 | 100111 | 0 | 100101 | 11001011 | 1100100 | 11111 |
Color Harmonies of #0062A0
Complementary color
Monochromatic Colors of #0062A0
Black with #0062A0
Text Example
Text Example
White with #0062A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0062A0; }
p { color: rgb(0,98,160); }
H1.HeaderClassName
{
color: #0062A0;
}
.AnyTagClassName
{
color: #0062A0;
}
</style>
background-color css
<style>
a { background-color: #0062A0; }
a { background-color: rgb(0,98,160); }
div.DivClassName
{
background-color: #0062A0;
}
.BgClassName
{
background-color: #0062A0;
}
</style>
border-color css
<style>
span { border-color: #0062A0; }
span { border-color: rgb(0,98,160); }
td.TdClassName
{
border-color: #0062A0;
}
.TagClassName
{
border-color: #0062A0;
}
</style>