Shades of Dark Cerulean #0A3683
Tints of Dark Cerulean #0A3683
RGB
CMYK
RGB Variations
Color information
#0A3683 (or 0x0A3683) is known color: Dark Cerulean. HEX triplet: 0A, 36 and 83. RGB value is (10,54,131). Sum of RGB (Red+Green+Blue) = 10+54+131=195 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.13% from 195); Green value is 54 (21.48% from 255 or 27.69% from 195); Blue value is 131 (51.56% from 255 or 67.18% from 195); Max value from RGB is 131 - color contains mainly: blue. Hex color #0A3683 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A3683 is #F5C97C. Grayscale: #313131. Windows color (decimal): -16107901 or 8599050. OLE color: 8599050.
HSL color Cylindrical-coordinate representation of color #0A3683: hue angle of 218.18º 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 #0A3683 is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 10 | 54 | 131 | - |
| CMYK | 0.92 | 0.59 | 0 | 0.49 |
| HSL | 218.18º | 0.86% | 0.28% | - |
| HSV(B) | 218.18º | 0.92% | 0.51% | - |
| XYZ | 5.54 | 4.34 | 22.02 | - |
| YUV | 49.62 | 173.92 | 99.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 54 | 131 | 0.92 | 0.59 | 0 | 0.49 | 218.18 | 0.86 | 0.28 |
| Hex | A | 36 | 83 | 5C | 3B | 0 | 31 | DA | 56 | 1C |
| Octal | 12 | 66 | 203 | 134 | 73 | 0 | 61 | 332 | 126 | 34 |
| Binary | 1010 | 110110 | 10000011 | 1011100 | 111011 | 0 | 110001 | 11011010 | 1010110 | 11100 |
Color Harmonies of #0A3683
Complementary color
Monochromatic Colors of #0A3683
Black with #0A3683
Text Example
Text Example
White with #0A3683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3683; }
p { color: rgb(10,54,131); }
H1.HeaderClassName
{
color: #0A3683;
}
.AnyTagClassName
{
color: #0A3683;
}
</style>
background-color css
<style>
a { background-color: #0A3683; }
a { background-color: rgb(10,54,131); }
div.DivClassName
{
background-color: #0A3683;
}
.BgClassName
{
background-color: #0A3683;
}
</style>
border-color css
<style>
span { border-color: #0A3683; }
span { border-color: rgb(10,54,131); }
td.TdClassName
{
border-color: #0A3683;
}
.TagClassName
{
border-color: #0A3683;
}
</style>