Shades of Dark Cerulean #0B437C
Tints of Dark Cerulean #0B437C
RGB
CMYK
RGB Variations
Color information
#0B437C (or 0x0B437C) is known color: Dark Cerulean. HEX triplet: 0B, 43 and 7C. RGB value is (11,67,124). Sum of RGB (Red+Green+Blue) = 11+67+124=202 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.45% from 202); Green value is 67 (26.56% from 255 or 33.17% from 202); Blue value is 124 (48.83% from 255 or 61.39% from 202); Max value from RGB is 124 - color contains mainly: blue. Hex color #0B437C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B437C is #F4BC83. Grayscale: #383838. Windows color (decimal): -16039044 or 8143627. OLE color: 8143627.
HSL color Cylindrical-coordinate representation of color #0B437C: hue angle of 210.27º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B437C is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 11 | 67 | 124 | - |
| CMYK | 0.91 | 0.46 | 0 | 0.51 |
| HSL | 210.27º | 0.84% | 0.26% | - |
| HSV(B) | 210.27º | 0.91% | 0.49% | - |
| XYZ | 5.78 | 5.54 | 19.83 | - |
| YUV | 56.75 | 165.95 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 67 | 124 | 0.91 | 0.46 | 0 | 0.51 | 210.27 | 0.84 | 0.26 |
| Hex | B | 43 | 7C | 5B | 2E | 0 | 33 | D2 | 54 | 1A |
| Octal | 13 | 103 | 174 | 133 | 56 | 0 | 63 | 322 | 124 | 32 |
| Binary | 1011 | 1000011 | 1111100 | 1011011 | 101110 | 0 | 110011 | 11010010 | 1010100 | 11010 |
Color Harmonies of #0B437C
Complementary color
Monochromatic Colors of #0B437C
Black with #0B437C
Text Example
Text Example
White with #0B437C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B437C; }
p { color: rgb(11,67,124); }
H1.HeaderClassName
{
color: #0B437C;
}
.AnyTagClassName
{
color: #0B437C;
}
</style>
background-color css
<style>
a { background-color: #0B437C; }
a { background-color: rgb(11,67,124); }
div.DivClassName
{
background-color: #0B437C;
}
.BgClassName
{
background-color: #0B437C;
}
</style>
border-color css
<style>
span { border-color: #0B437C; }
span { border-color: rgb(11,67,124); }
td.TdClassName
{
border-color: #0B437C;
}
.TagClassName
{
border-color: #0B437C;
}
</style>