Shades of Blue Whale #0D384A
Tints of Blue Whale #0D384A
RGB
CMYK
RGB Variations
Color information
#0D384A (or 0x0D384A) is known color: Blue Whale. HEX triplet: 0D, 38 and 4A. RGB value is (13,56,74). Sum of RGB (Red+Green+Blue) = 13+56+74=143 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.09% from 143); Green value is 56 (22.27% from 255 or 39.16% from 143); Blue value is 74 (29.30% from 255 or 51.75% from 143); Max value from RGB is 74 - color contains mainly: blue. Hex color #0D384A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D384A is #F2C7B5. Grayscale: #2D2D2D. Windows color (decimal): -15910838 or 4864013. OLE color: 4864013.
HSL color Cylindrical-coordinate representation of color #0D384A: hue angle of 197.7º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0D384A is Cyan = 0.82, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 13 | 56 | 74 | - |
| CMYK | 0.82 | 0.24 | 0 | 0.71 |
| HSL | 197.7º | 0.7% | 0.17% | - |
| HSV(B) | 197.7º | 0.82% | 0.29% | - |
| XYZ | 2.82 | 3.41 | 6.99 | - |
| YUV | 45.2 | 144.25 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 56 | 74 | 0.82 | 0.24 | 0 | 0.71 | 197.7 | 0.7 | 0.17 |
| Hex | D | 38 | 4A | 52 | 18 | 0 | 47 | C6 | 46 | 11 |
| Octal | 15 | 70 | 112 | 122 | 30 | 0 | 107 | 306 | 106 | 21 |
| Binary | 1101 | 111000 | 1001010 | 1010010 | 11000 | 0 | 1000111 | 11000110 | 1000110 | 10001 |
Color Harmonies of #0D384A
Complementary color
Monochromatic Colors of #0D384A
Black with #0D384A
Text Example
Text Example
White with #0D384A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D384A; }
p { color: rgb(13,56,74); }
H1.HeaderClassName
{
color: #0D384A;
}
.AnyTagClassName
{
color: #0D384A;
}
</style>
background-color css
<style>
a { background-color: #0D384A; }
a { background-color: rgb(13,56,74); }
div.DivClassName
{
background-color: #0D384A;
}
.BgClassName
{
background-color: #0D384A;
}
</style>
border-color css
<style>
span { border-color: #0D384A; }
span { border-color: rgb(13,56,74); }
td.TdClassName
{
border-color: #0D384A;
}
.TagClassName
{
border-color: #0D384A;
}
</style>