Shades of Blue Whale #12344D
Tints of Blue Whale #12344D
RGB
CMYK
RGB Variations
Color information
#12344D (or 0x12344D) is known color: Blue Whale. HEX triplet: 12, 34 and 4D. RGB value is (18,52,77). Sum of RGB (Red+Green+Blue) = 18+52+77=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 52 (20.70% from 255 or 35.37% from 147); Blue value is 77 (30.47% from 255 or 52.38% from 147); Max value from RGB is 77 - color contains mainly: blue. Hex color #12344D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12344D is #EDCBB2. Grayscale: #2C2C2C. Windows color (decimal): -15584179 or 5059602. OLE color: 5059602.
HSL color Cylindrical-coordinate representation of color #12344D: hue angle of 205.42º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #12344D is Cyan = 0.77, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 18 | 52 | 77 | - |
| CMYK | 0.77 | 0.32 | 0 | 0.70 |
| HSL | 205.42º | 0.62% | 0.19% | - |
| HSV(B) | 205.42º | 0.77% | 0.3% | - |
| XYZ | 2.82 | 3.12 | 7.48 | - |
| YUV | 44.68 | 146.24 | 108.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 52 | 77 | 0.77 | 0.32 | 0 | 0.70 | 205.42 | 0.62 | 0.19 |
| Hex | 12 | 34 | 4D | 4D | 20 | 0 | 46 | CD | 3E | 13 |
| Octal | 22 | 64 | 115 | 115 | 40 | 0 | 106 | 315 | 76 | 23 |
| Binary | 10010 | 110100 | 1001101 | 1001101 | 100000 | 0 | 1000110 | 11001101 | 111110 | 10011 |
Color Harmonies of #12344D
Complementary color
Monochromatic Colors of #12344D
Black with #12344D
Text Example
Text Example
White with #12344D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12344D; }
p { color: rgb(18,52,77); }
H1.HeaderClassName
{
color: #12344D;
}
.AnyTagClassName
{
color: #12344D;
}
</style>
background-color css
<style>
a { background-color: #12344D; }
a { background-color: rgb(18,52,77); }
div.DivClassName
{
background-color: #12344D;
}
.BgClassName
{
background-color: #12344D;
}
</style>
border-color css
<style>
span { border-color: #12344D; }
span { border-color: rgb(18,52,77); }
td.TdClassName
{
border-color: #12344D;
}
.TagClassName
{
border-color: #12344D;
}
</style>