Shades of Blue Whale #12304C
Tints of Blue Whale #12304C
RGB
CMYK
RGB Variations
Color information
#12304C (or 0x12304C) is known color: Blue Whale. HEX triplet: 12, 30 and 4C. RGB value is (18,48,76). Sum of RGB (Red+Green+Blue) = 18+48+76=142 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.68% from 142); Green value is 48 (19.14% from 255 or 33.80% from 142); Blue value is 76 (30.08% from 255 or 53.52% from 142); Max value from RGB is 76 - color contains mainly: blue. Hex color #12304C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12304C is #EDCFB3. Grayscale: #2A2A2A. Windows color (decimal): -15585204 or 4993042. OLE color: 4993042.
HSL color Cylindrical-coordinate representation of color #12304C: hue angle of 208.97º 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 #12304C is Cyan = 0.76, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 18 | 48 | 76 | - |
| CMYK | 0.76 | 0.37 | 0 | 0.70 |
| HSL | 208.97º | 0.62% | 0.18% | - |
| HSV(B) | 208.97º | 0.76% | 0.3% | - |
| XYZ | 2.61 | 2.76 | 7.23 | - |
| YUV | 42.22 | 147.06 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 48 | 76 | 0.76 | 0.37 | 0 | 0.70 | 208.97 | 0.62 | 0.18 |
| Hex | 12 | 30 | 4C | 4C | 25 | 0 | 46 | D1 | 3E | 12 |
| Octal | 22 | 60 | 114 | 114 | 45 | 0 | 106 | 321 | 76 | 22 |
| Binary | 10010 | 110000 | 1001100 | 1001100 | 100101 | 0 | 1000110 | 11010001 | 111110 | 10010 |
Color Harmonies of #12304C
Complementary color
Monochromatic Colors of #12304C
Black with #12304C
Text Example
Text Example
White with #12304C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12304C; }
p { color: rgb(18,48,76); }
H1.HeaderClassName
{
color: #12304C;
}
.AnyTagClassName
{
color: #12304C;
}
</style>
background-color css
<style>
a { background-color: #12304C; }
a { background-color: rgb(18,48,76); }
div.DivClassName
{
background-color: #12304C;
}
.BgClassName
{
background-color: #12304C;
}
</style>
border-color css
<style>
span { border-color: #12304C; }
span { border-color: rgb(18,48,76); }
td.TdClassName
{
border-color: #12304C;
}
.TagClassName
{
border-color: #12304C;
}
</style>