Shades of Blue Whale #12324D
Tints of Blue Whale #12324D
RGB
CMYK
RGB Variations
Color information
#12324D (or 0x12324D) is known color: Blue Whale. HEX triplet: 12, 32 and 4D. RGB value is (18,50,77). Sum of RGB (Red+Green+Blue) = 18+50+77=145 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.41% from 145); Green value is 50 (19.92% from 255 or 34.48% from 145); Blue value is 77 (30.47% from 255 or 53.10% from 145); Max value from RGB is 77 - color contains mainly: blue. Hex color #12324D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12324D is #EDCDB2. Grayscale: #2B2B2B. Windows color (decimal): -15584691 or 5059090. OLE color: 5059090.
HSL color Cylindrical-coordinate representation of color #12324D: hue angle of 207.46º 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 #12324D is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 18 | 50 | 77 | - |
| CMYK | 0.77 | 0.35 | 0 | 0.70 |
| HSL | 207.46º | 0.62% | 0.19% | - |
| HSV(B) | 207.46º | 0.77% | 0.3% | - |
| XYZ | 2.73 | 2.95 | 7.45 | - |
| YUV | 43.51 | 146.9 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 50 | 77 | 0.77 | 0.35 | 0 | 0.70 | 207.46 | 0.62 | 0.19 |
| Hex | 12 | 32 | 4D | 4D | 23 | 0 | 46 | CF | 3E | 13 |
| Octal | 22 | 62 | 115 | 115 | 43 | 0 | 106 | 317 | 76 | 23 |
| Binary | 10010 | 110010 | 1001101 | 1001101 | 100011 | 0 | 1000110 | 11001111 | 111110 | 10011 |
Color Harmonies of #12324D
Complementary color
Monochromatic Colors of #12324D
Black with #12324D
Text Example
Text Example
White with #12324D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12324D; }
p { color: rgb(18,50,77); }
H1.HeaderClassName
{
color: #12324D;
}
.AnyTagClassName
{
color: #12324D;
}
</style>
background-color css
<style>
a { background-color: #12324D; }
a { background-color: rgb(18,50,77); }
div.DivClassName
{
background-color: #12324D;
}
.BgClassName
{
background-color: #12324D;
}
</style>
border-color css
<style>
span { border-color: #12324D; }
span { border-color: rgb(18,50,77); }
td.TdClassName
{
border-color: #12324D;
}
.TagClassName
{
border-color: #12324D;
}
</style>