Shades of Blue Whale #0D364C
Tints of Blue Whale #0D364C
RGB
CMYK
RGB Variations
Color information
#0D364C (or 0x0D364C) is known color: Blue Whale. HEX triplet: 0D, 36 and 4C. RGB value is (13,54,76). Sum of RGB (Red+Green+Blue) = 13+54+76=143 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.09% from 143); Green value is 54 (21.48% from 255 or 37.76% from 143); Blue value is 76 (30.08% from 255 or 53.15% from 143); Max value from RGB is 76 - color contains mainly: blue. Hex color #0D364C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D364C is #F2C9B3. Grayscale: #2C2C2C. Windows color (decimal): -15911348 or 4994573. OLE color: 4994573.
HSL color Cylindrical-coordinate representation of color #0D364C: hue angle of 200.95º degrees, saturation: 0.71, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D364C is Cyan = 0.83, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 13 | 54 | 76 | - |
| CMYK | 0.83 | 0.29 | 0 | 0.70 |
| HSL | 200.95º | 0.71% | 0.17% | - |
| HSV(B) | 200.95º | 0.83% | 0.3% | - |
| XYZ | 2.79 | 3.25 | 7.32 | - |
| YUV | 44.25 | 145.92 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 54 | 76 | 0.83 | 0.29 | 0 | 0.70 | 200.95 | 0.71 | 0.17 |
| Hex | D | 36 | 4C | 53 | 1D | 0 | 46 | C9 | 47 | 11 |
| Octal | 15 | 66 | 114 | 123 | 35 | 0 | 106 | 311 | 107 | 21 |
| Binary | 1101 | 110110 | 1001100 | 1010011 | 11101 | 0 | 1000110 | 11001001 | 1000111 | 10001 |
Color Harmonies of #0D364C
Complementary color
Monochromatic Colors of #0D364C
Black with #0D364C
Text Example
Text Example
White with #0D364C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D364C; }
p { color: rgb(13,54,76); }
H1.HeaderClassName
{
color: #0D364C;
}
.AnyTagClassName
{
color: #0D364C;
}
</style>
background-color css
<style>
a { background-color: #0D364C; }
a { background-color: rgb(13,54,76); }
div.DivClassName
{
background-color: #0D364C;
}
.BgClassName
{
background-color: #0D364C;
}
</style>
border-color css
<style>
span { border-color: #0D364C; }
span { border-color: rgb(13,54,76); }
td.TdClassName
{
border-color: #0D364C;
}
.TagClassName
{
border-color: #0D364C;
}
</style>