Shades of Blue Whale #12354C
Tints of Blue Whale #12354C
RGB
CMYK
RGB Variations
Color information
#12354C (or 0x12354C) is known color: Blue Whale. HEX triplet: 12, 35 and 4C. RGB value is (18,53,76). Sum of RGB (Red+Green+Blue) = 18+53+76=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 53 (21.09% from 255 or 36.05% from 147); Blue value is 76 (30.08% from 255 or 51.70% from 147); Max value from RGB is 76 - color contains mainly: blue. Hex color #12354C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12354C is #EDCAB3. Grayscale: #2D2D2D. Windows color (decimal): -15583924 or 4994322. OLE color: 4994322.
HSL color Cylindrical-coordinate representation of color #12354C: hue angle of 203.79º 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 #12354C is Cyan = 0.76, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 18 | 53 | 76 | - |
| CMYK | 0.76 | 0.30 | 0 | 0.70 |
| HSL | 203.79º | 0.62% | 0.18% | - |
| HSV(B) | 203.79º | 0.76% | 0.3% | - |
| XYZ | 2.83 | 3.2 | 7.31 | - |
| YUV | 45.16 | 145.4 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 53 | 76 | 0.76 | 0.30 | 0 | 0.70 | 203.79 | 0.62 | 0.18 |
| Hex | 12 | 35 | 4C | 4C | 1E | 0 | 46 | CC | 3E | 12 |
| Octal | 22 | 65 | 114 | 114 | 36 | 0 | 106 | 314 | 76 | 22 |
| Binary | 10010 | 110101 | 1001100 | 1001100 | 11110 | 0 | 1000110 | 11001100 | 111110 | 10010 |
Color Harmonies of #12354C
Complementary color
Monochromatic Colors of #12354C
Black with #12354C
Text Example
Text Example
White with #12354C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12354C; }
p { color: rgb(18,53,76); }
H1.HeaderClassName
{
color: #12354C;
}
.AnyTagClassName
{
color: #12354C;
}
</style>
background-color css
<style>
a { background-color: #12354C; }
a { background-color: rgb(18,53,76); }
div.DivClassName
{
background-color: #12354C;
}
.BgClassName
{
background-color: #12354C;
}
</style>
border-color css
<style>
span { border-color: #12354C; }
span { border-color: rgb(18,53,76); }
td.TdClassName
{
border-color: #12354C;
}
.TagClassName
{
border-color: #12354C;
}
</style>