Shades of Dark Cerulean #0B357A
Tints of Dark Cerulean #0B357A
RGB
CMYK
RGB Variations
Color information
#0B357A (or 0x0B357A) is known color: Dark Cerulean. HEX triplet: 0B, 35 and 7A. RGB value is (11,53,122). Sum of RGB (Red+Green+Blue) = 11+53+122=186 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.91% from 186); Green value is 53 (21.09% from 255 or 28.49% from 186); Blue value is 122 (48.05% from 255 or 65.59% from 186); Max value from RGB is 122 - color contains mainly: blue. Hex color #0B357A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B357A is #F4CA85. Grayscale: #2F2F2F. Windows color (decimal): -16042630 or 8008971. OLE color: 8008971.
HSL color Cylindrical-coordinate representation of color #0B357A: hue angle of 217.3º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B357A is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 11 | 53 | 122 | - |
| CMYK | 0.91 | 0.57 | 0 | 0.52 |
| HSL | 217.3º | 0.83% | 0.26% | - |
| HSV(B) | 217.3º | 0.91% | 0.48% | - |
| XYZ | 4.92 | 4.02 | 18.93 | - |
| YUV | 48.31 | 169.59 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 53 | 122 | 0.91 | 0.57 | 0 | 0.52 | 217.3 | 0.83 | 0.26 |
| Hex | B | 35 | 7A | 5B | 39 | 0 | 34 | D9 | 53 | 1A |
| Octal | 13 | 65 | 172 | 133 | 71 | 0 | 64 | 331 | 123 | 32 |
| Binary | 1011 | 110101 | 1111010 | 1011011 | 111001 | 0 | 110100 | 11011001 | 1010011 | 11010 |
Color Harmonies of #0B357A
Complementary color
Monochromatic Colors of #0B357A
Black with #0B357A
Text Example
Text Example
White with #0B357A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B357A; }
p { color: rgb(11,53,122); }
H1.HeaderClassName
{
color: #0B357A;
}
.AnyTagClassName
{
color: #0B357A;
}
</style>
background-color css
<style>
a { background-color: #0B357A; }
a { background-color: rgb(11,53,122); }
div.DivClassName
{
background-color: #0B357A;
}
.BgClassName
{
background-color: #0B357A;
}
</style>
border-color css
<style>
span { border-color: #0B357A; }
span { border-color: rgb(11,53,122); }
td.TdClassName
{
border-color: #0B357A;
}
.TagClassName
{
border-color: #0B357A;
}
</style>