Shades of Dark Cerulean #0B3483
Tints of Dark Cerulean #0B3483
RGB
CMYK
RGB Variations
Color information
#0B3483 (or 0x0B3483) is known color: Dark Cerulean. HEX triplet: 0B, 34 and 83. RGB value is (11,52,131). Sum of RGB (Red+Green+Blue) = 11+52+131=194 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.67% from 194); Green value is 52 (20.70% from 255 or 26.80% from 194); Blue value is 131 (51.56% from 255 or 67.53% from 194); Max value from RGB is 131 - color contains mainly: blue. Hex color #0B3483 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B3483 is #F4CB7C. Grayscale: #303030. Windows color (decimal): -16042877 or 8598539. OLE color: 8598539.
HSL color Cylindrical-coordinate representation of color #0B3483: hue angle of 219.5º degrees, saturation: 0.85, 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 #0B3483 is Cyan = 0.92, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 11 | 52 | 131 | - |
| CMYK | 0.92 | 0.60 | 0 | 0.49 |
| HSL | 219.5º | 0.85% | 0.28% | - |
| HSV(B) | 219.5º | 0.92% | 0.51% | - |
| XYZ | 5.46 | 4.17 | 21.99 | - |
| YUV | 48.75 | 174.42 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 52 | 131 | 0.92 | 0.60 | 0 | 0.49 | 219.5 | 0.85 | 0.28 |
| Hex | B | 34 | 83 | 5C | 3C | 0 | 31 | DC | 55 | 1C |
| Octal | 13 | 64 | 203 | 134 | 74 | 0 | 61 | 334 | 125 | 34 |
| Binary | 1011 | 110100 | 10000011 | 1011100 | 111100 | 0 | 110001 | 11011100 | 1010101 | 11100 |
Color Harmonies of #0B3483
Complementary color
Monochromatic Colors of #0B3483
Black with #0B3483
Text Example
Text Example
White with #0B3483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3483; }
p { color: rgb(11,52,131); }
H1.HeaderClassName
{
color: #0B3483;
}
.AnyTagClassName
{
color: #0B3483;
}
</style>
background-color css
<style>
a { background-color: #0B3483; }
a { background-color: rgb(11,52,131); }
div.DivClassName
{
background-color: #0B3483;
}
.BgClassName
{
background-color: #0B3483;
}
</style>
border-color css
<style>
span { border-color: #0B3483; }
span { border-color: rgb(11,52,131); }
td.TdClassName
{
border-color: #0B3483;
}
.TagClassName
{
border-color: #0B3483;
}
</style>