Shades of Dark Cerulean #0B4593
Tints of Dark Cerulean #0B4593
RGB
CMYK
RGB Variations
Color information
#0B4593 (or 0x0B4593) is known color: Dark Cerulean. HEX triplet: 0B, 45 and 93. RGB value is (11,69,147). Sum of RGB (Red+Green+Blue) = 11+69+147=227 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.85% from 227); Green value is 69 (27.34% from 255 or 30.40% from 227); Blue value is 147 (57.81% from 255 or 64.76% from 227); Max value from RGB is 147 - color contains mainly: blue. Hex color #0B4593 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B4593 is #F4BA6C. Grayscale: #3C3C3C. Windows color (decimal): -16038509 or 9651467. OLE color: 9651467.
HSL color Cylindrical-coordinate representation of color #0B4593: hue angle of 214.41º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B4593 is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 11 | 69 | 147 | - |
| CMYK | 0.93 | 0.53 | 0 | 0.42 |
| HSL | 214.41º | 0.86% | 0.31% | - |
| HSV(B) | 214.41º | 0.93% | 0.58% | - |
| XYZ | 7.53 | 6.43 | 28.45 | - |
| YUV | 60.55 | 176.78 | 92.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 69 | 147 | 0.93 | 0.53 | 0 | 0.42 | 214.41 | 0.86 | 0.31 |
| Hex | B | 45 | 93 | 5D | 35 | 0 | 2A | D6 | 56 | 1F |
| Octal | 13 | 105 | 223 | 135 | 65 | 0 | 52 | 326 | 126 | 37 |
| Binary | 1011 | 1000101 | 10010011 | 1011101 | 110101 | 0 | 101010 | 11010110 | 1010110 | 11111 |
Color Harmonies of #0B4593
Complementary color
Monochromatic Colors of #0B4593
Black with #0B4593
Text Example
Text Example
White with #0B4593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4593; }
p { color: rgb(11,69,147); }
H1.HeaderClassName
{
color: #0B4593;
}
.AnyTagClassName
{
color: #0B4593;
}
</style>
background-color css
<style>
a { background-color: #0B4593; }
a { background-color: rgb(11,69,147); }
div.DivClassName
{
background-color: #0B4593;
}
.BgClassName
{
background-color: #0B4593;
}
</style>
border-color css
<style>
span { border-color: #0B4593; }
span { border-color: rgb(11,69,147); }
td.TdClassName
{
border-color: #0B4593;
}
.TagClassName
{
border-color: #0B4593;
}
</style>