Shades of Blue Whale #0D354C
Tints of Blue Whale #0D354C
RGB
CMYK
RGB Variations
Color information
#0D354C (or 0x0D354C) is known color: Blue Whale. HEX triplet: 0D, 35 and 4C. RGB value is (13,53,76). Sum of RGB (Red+Green+Blue) = 13+53+76=142 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.15% from 142); Green value is 53 (21.09% from 255 or 37.32% from 142); Blue value is 76 (30.08% from 255 or 53.52% from 142); Max value from RGB is 76 - color contains mainly: blue. Hex color #0D354C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D354C is #F2CAB3. Grayscale: #2B2B2B. Windows color (decimal): -15911604 or 4994317. OLE color: 4994317.
HSL color Cylindrical-coordinate representation of color #0D354C: hue angle of 201.9º 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 #0D354C is Cyan = 0.83, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 13 | 53 | 76 | - |
| CMYK | 0.83 | 0.30 | 0 | 0.70 |
| HSL | 201.9º | 0.71% | 0.17% | - |
| HSV(B) | 201.9º | 0.83% | 0.3% | - |
| XYZ | 2.74 | 3.15 | 7.3 | - |
| YUV | 43.66 | 146.25 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 53 | 76 | 0.83 | 0.30 | 0 | 0.70 | 201.9 | 0.71 | 0.17 |
| Hex | D | 35 | 4C | 53 | 1E | 0 | 46 | CA | 47 | 11 |
| Octal | 15 | 65 | 114 | 123 | 36 | 0 | 106 | 312 | 107 | 21 |
| Binary | 1101 | 110101 | 1001100 | 1010011 | 11110 | 0 | 1000110 | 11001010 | 1000111 | 10001 |
Color Harmonies of #0D354C
Complementary color
Monochromatic Colors of #0D354C
Black with #0D354C
Text Example
Text Example
White with #0D354C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D354C; }
p { color: rgb(13,53,76); }
H1.HeaderClassName
{
color: #0D354C;
}
.AnyTagClassName
{
color: #0D354C;
}
</style>
background-color css
<style>
a { background-color: #0D354C; }
a { background-color: rgb(13,53,76); }
div.DivClassName
{
background-color: #0D354C;
}
.BgClassName
{
background-color: #0D354C;
}
</style>
border-color css
<style>
span { border-color: #0D354C; }
span { border-color: rgb(13,53,76); }
td.TdClassName
{
border-color: #0D354C;
}
.TagClassName
{
border-color: #0D354C;
}
</style>