Shades of Dark Cerulean #0A3E80
Tints of Dark Cerulean #0A3E80
RGB
CMYK
RGB Variations
Color information
#0A3E80 (or 0x0A3E80) is known color: Dark Cerulean. HEX triplet: 0A, 3E and 80. RGB value is (10,62,128). Sum of RGB (Red+Green+Blue) = 10+62+128=200 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5% from 200); Green value is 62 (24.61% from 255 or 31% from 200); Blue value is 128 (50.39% from 255 or 64% from 200); Max value from RGB is 128 - color contains mainly: blue. Hex color #0A3E80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A3E80 is #F5C17F. Grayscale: #353535. Windows color (decimal): -16105856 or 8404490. OLE color: 8404490.
HSL color Cylindrical-coordinate representation of color #0A3E80: hue angle of 213.56º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A3E80 is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 10 | 62 | 128 | - |
| CMYK | 0.92 | 0.52 | 0 | 0.50 |
| HSL | 213.56º | 0.86% | 0.27% | - |
| HSV(B) | 213.56º | 0.92% | 0.5% | - |
| XYZ | 5.74 | 5.07 | 21.1 | - |
| YUV | 53.98 | 169.77 | 96.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 62 | 128 | 0.92 | 0.52 | 0 | 0.50 | 213.56 | 0.86 | 0.27 |
| Hex | A | 3E | 80 | 5C | 34 | 0 | 32 | D6 | 56 | 1B |
| Octal | 12 | 76 | 200 | 134 | 64 | 0 | 62 | 326 | 126 | 33 |
| Binary | 1010 | 111110 | 10000000 | 1011100 | 110100 | 0 | 110010 | 11010110 | 1010110 | 11011 |
Color Harmonies of #0A3E80
Complementary color
Monochromatic Colors of #0A3E80
Black with #0A3E80
Text Example
Text Example
White with #0A3E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3E80; }
p { color: rgb(10,62,128); }
H1.HeaderClassName
{
color: #0A3E80;
}
.AnyTagClassName
{
color: #0A3E80;
}
</style>
background-color css
<style>
a { background-color: #0A3E80; }
a { background-color: rgb(10,62,128); }
div.DivClassName
{
background-color: #0A3E80;
}
.BgClassName
{
background-color: #0A3E80;
}
</style>
border-color css
<style>
span { border-color: #0A3E80; }
span { border-color: rgb(10,62,128); }
td.TdClassName
{
border-color: #0A3E80;
}
.TagClassName
{
border-color: #0A3E80;
}
</style>