Shades of Blue Whale #12324C
Tints of Blue Whale #12324C
RGB
CMYK
RGB Variations
Color information
#12324C (or 0x12324C) is known color: Blue Whale. HEX triplet: 12, 32 and 4C. RGB value is (18,50,76). Sum of RGB (Red+Green+Blue) = 18+50+76=144 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.5% from 144); Green value is 50 (19.92% from 255 or 34.72% from 144); Blue value is 76 (30.08% from 255 or 52.78% from 144); Max value from RGB is 76 - color contains mainly: blue. Hex color #12324C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12324C is #EDCDB3. Grayscale: #2B2B2B. Windows color (decimal): -15584692 or 4993554. OLE color: 4993554.
HSL color Cylindrical-coordinate representation of color #12324C: hue angle of 206.9º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #12324C is Cyan = 0.76, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 18 | 50 | 76 | - |
| CMYK | 0.76 | 0.34 | 0 | 0.70 |
| HSL | 206.9º | 0.62% | 0.18% | - |
| HSV(B) | 206.9º | 0.76% | 0.3% | - |
| XYZ | 2.69 | 2.93 | 7.26 | - |
| YUV | 43.4 | 146.4 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 50 | 76 | 0.76 | 0.34 | 0 | 0.70 | 206.9 | 0.62 | 0.18 |
| Hex | 12 | 32 | 4C | 4C | 22 | 0 | 46 | CF | 3E | 12 |
| Octal | 22 | 62 | 114 | 114 | 42 | 0 | 106 | 317 | 76 | 22 |
| Binary | 10010 | 110010 | 1001100 | 1001100 | 100010 | 0 | 1000110 | 11001111 | 111110 | 10010 |
Color Harmonies of #12324C
Complementary color
Monochromatic Colors of #12324C
Black with #12324C
Text Example
Text Example
White with #12324C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12324C; }
p { color: rgb(18,50,76); }
H1.HeaderClassName
{
color: #12324C;
}
.AnyTagClassName
{
color: #12324C;
}
</style>
background-color css
<style>
a { background-color: #12324C; }
a { background-color: rgb(18,50,76); }
div.DivClassName
{
background-color: #12324C;
}
.BgClassName
{
background-color: #12324C;
}
</style>
border-color css
<style>
span { border-color: #12324C; }
span { border-color: rgb(18,50,76); }
td.TdClassName
{
border-color: #12324C;
}
.TagClassName
{
border-color: #12324C;
}
</style>