Shades of Blue Whale #1D334A
Tints of Blue Whale #1D334A
RGB
CMYK
RGB Variations
Color information
#1D334A (or 0x1D334A) is known color: Blue Whale. HEX triplet: 1D, 33 and 4A. RGB value is (29,51,74). Sum of RGB (Red+Green+Blue) = 29+51+74=154 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.83% from 154); Green value is 51 (20.31% from 255 or 33.12% from 154); Blue value is 74 (29.30% from 255 or 48.05% from 154); Max value from RGB is 74 - color contains mainly: blue. Hex color #1D334A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D334A is #E2CCB5. Grayscale: #2E2E2E. Windows color (decimal): -14863542 or 4862749. OLE color: 4862749.
HSL color Cylindrical-coordinate representation of color #1D334A: hue angle of 210.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 #1D334A is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 29 | 51 | 74 | - |
| CMYK | 0.61 | 0.31 | 0 | 0.71 |
| HSL | 210.67º | 0.44% | 0.2% | - |
| HSV(B) | 210.67º | 0.61% | 0.29% | - |
| XYZ | 2.93 | 3.12 | 6.93 | - |
| YUV | 47.04 | 143.21 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 51 | 74 | 0.61 | 0.31 | 0 | 0.71 | 210.67 | 0.44 | 0.2 |
| Hex | 1D | 33 | 4A | 3D | 1F | 0 | 47 | D3 | 2C | 14 |
| Octal | 35 | 63 | 112 | 75 | 37 | 0 | 107 | 323 | 54 | 24 |
| Binary | 11101 | 110011 | 1001010 | 111101 | 11111 | 0 | 1000111 | 11010011 | 101100 | 10100 |
Color Harmonies of #1D334A
Complementary color
Monochromatic Colors of #1D334A
Black with #1D334A
Text Example
Text Example
White with #1D334A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D334A; }
p { color: rgb(29,51,74); }
H1.HeaderClassName
{
color: #1D334A;
}
.AnyTagClassName
{
color: #1D334A;
}
</style>
background-color css
<style>
a { background-color: #1D334A; }
a { background-color: rgb(29,51,74); }
div.DivClassName
{
background-color: #1D334A;
}
.BgClassName
{
background-color: #1D334A;
}
</style>
border-color css
<style>
span { border-color: #1D334A; }
span { border-color: rgb(29,51,74); }
td.TdClassName
{
border-color: #1D334A;
}
.TagClassName
{
border-color: #1D334A;
}
</style>