Shades of Dark Cerulean #0A3483
Tints of Dark Cerulean #0A3483
RGB
CMYK
RGB Variations
Color information
#0A3483 (or 0x0A3483) is known color: Dark Cerulean. HEX triplet: 0A, 34 and 83. RGB value is (10,52,131). Sum of RGB (Red+Green+Blue) = 10+52+131=193 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.18% from 193); Green value is 52 (20.70% from 255 or 26.94% from 193); Blue value is 131 (51.56% from 255 or 67.88% from 193); Max value from RGB is 131 - color contains mainly: blue. Hex color #0A3483 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A3483 is #F5CB7C. Grayscale: #303030. Windows color (decimal): -16108413 or 8598538. OLE color: 8598538.
HSL color Cylindrical-coordinate representation of color #0A3483: hue angle of 219.17º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A3483 is Cyan = 0.92, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 10 | 52 | 131 | - |
| CMYK | 0.92 | 0.60 | 0 | 0.49 |
| HSL | 219.17º | 0.86% | 0.28% | - |
| HSV(B) | 219.17º | 0.92% | 0.51% | - |
| XYZ | 5.45 | 4.16 | 21.99 | - |
| YUV | 48.45 | 174.59 | 100.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 52 | 131 | 0.92 | 0.60 | 0 | 0.49 | 219.17 | 0.86 | 0.28 |
| Hex | A | 34 | 83 | 5C | 3C | 0 | 31 | DB | 56 | 1C |
| Octal | 12 | 64 | 203 | 134 | 74 | 0 | 61 | 333 | 126 | 34 |
| Binary | 1010 | 110100 | 10000011 | 1011100 | 111100 | 0 | 110001 | 11011011 | 1010110 | 11100 |
Color Harmonies of #0A3483
Complementary color
Monochromatic Colors of #0A3483
Black with #0A3483
Text Example
Text Example
White with #0A3483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3483; }
p { color: rgb(10,52,131); }
H1.HeaderClassName
{
color: #0A3483;
}
.AnyTagClassName
{
color: #0A3483;
}
</style>
background-color css
<style>
a { background-color: #0A3483; }
a { background-color: rgb(10,52,131); }
div.DivClassName
{
background-color: #0A3483;
}
.BgClassName
{
background-color: #0A3483;
}
</style>
border-color css
<style>
span { border-color: #0A3483; }
span { border-color: rgb(10,52,131); }
td.TdClassName
{
border-color: #0A3483;
}
.TagClassName
{
border-color: #0A3483;
}
</style>