Shades of Blue Whale #1D364A
Tints of Blue Whale #1D364A
RGB
CMYK
RGB Variations
Color information
#1D364A (or 0x1D364A) is known color: Blue Whale. HEX triplet: 1D, 36 and 4A. RGB value is (29,54,74). Sum of RGB (Red+Green+Blue) = 29+54+74=157 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.47% from 157); Green value is 54 (21.48% from 255 or 34.39% from 157); Blue value is 74 (29.30% from 255 or 47.13% from 157); Max value from RGB is 74 - color contains mainly: blue. Hex color #1D364A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D364A is #E2C9B5. Grayscale: #303030. Windows color (decimal): -14862774 or 4863517. OLE color: 4863517.
HSL color Cylindrical-coordinate representation of color #1D364A: hue angle of 206.67º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1D364A is Cyan = 0.61, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 29 | 54 | 74 | - |
| CMYK | 0.61 | 0.27 | 0 | 0.71 |
| HSL | 206.67º | 0.44% | 0.2% | - |
| HSV(B) | 206.67º | 0.61% | 0.29% | - |
| XYZ | 3.06 | 3.39 | 6.97 | - |
| YUV | 48.81 | 142.22 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 54 | 74 | 0.61 | 0.27 | 0 | 0.71 | 206.67 | 0.44 | 0.2 |
| Hex | 1D | 36 | 4A | 3D | 1B | 0 | 47 | CF | 2C | 14 |
| Octal | 35 | 66 | 112 | 75 | 33 | 0 | 107 | 317 | 54 | 24 |
| Binary | 11101 | 110110 | 1001010 | 111101 | 11011 | 0 | 1000111 | 11001111 | 101100 | 10100 |
Color Harmonies of #1D364A
Complementary color
Monochromatic Colors of #1D364A
Black with #1D364A
Text Example
Text Example
White with #1D364A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D364A; }
p { color: rgb(29,54,74); }
H1.HeaderClassName
{
color: #1D364A;
}
.AnyTagClassName
{
color: #1D364A;
}
</style>
background-color css
<style>
a { background-color: #1D364A; }
a { background-color: rgb(29,54,74); }
div.DivClassName
{
background-color: #1D364A;
}
.BgClassName
{
background-color: #1D364A;
}
</style>
border-color css
<style>
span { border-color: #1D364A; }
span { border-color: rgb(29,54,74); }
td.TdClassName
{
border-color: #1D364A;
}
.TagClassName
{
border-color: #1D364A;
}
</style>