Shades of Blue Whale #12354E
Tints of Blue Whale #12354E
RGB
CMYK
RGB Variations
Color information
#12354E (or 0x12354E) is known color: Blue Whale. HEX triplet: 12, 35 and 4E. RGB value is (18,53,78). Sum of RGB (Red+Green+Blue) = 18+53+78=149 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.08% from 149); Green value is 53 (21.09% from 255 or 35.57% from 149); Blue value is 78 (30.86% from 255 or 52.35% from 149); Max value from RGB is 78 - color contains mainly: blue. Hex color #12354E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12354E is #EDCAB1. Grayscale: #2D2D2D. Windows color (decimal): -15583922 or 5125394. OLE color: 5125394.
HSL color Cylindrical-coordinate representation of color #12354E: hue angle of 205º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #12354E is Cyan = 0.77, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 18 | 53 | 78 | - |
| CMYK | 0.77 | 0.32 | 0 | 0.69 |
| HSL | 205º | 0.63% | 0.19% | - |
| HSV(B) | 205º | 0.77% | 0.31% | - |
| XYZ | 2.9 | 3.22 | 7.68 | - |
| YUV | 45.39 | 146.4 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 53 | 78 | 0.77 | 0.32 | 0 | 0.69 | 205 | 0.63 | 0.19 |
| Hex | 12 | 35 | 4E | 4D | 20 | 0 | 45 | CD | 3E | 13 |
| Octal | 22 | 65 | 116 | 115 | 40 | 0 | 105 | 315 | 76 | 23 |
| Binary | 10010 | 110101 | 1001110 | 1001101 | 100000 | 0 | 1000101 | 11001101 | 111110 | 10011 |
Color Harmonies of #12354E
Complementary color
Monochromatic Colors of #12354E
Black with #12354E
Text Example
Text Example
White with #12354E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12354E; }
p { color: rgb(18,53,78); }
H1.HeaderClassName
{
color: #12354E;
}
.AnyTagClassName
{
color: #12354E;
}
</style>
background-color css
<style>
a { background-color: #12354E; }
a { background-color: rgb(18,53,78); }
div.DivClassName
{
background-color: #12354E;
}
.BgClassName
{
background-color: #12354E;
}
</style>
border-color css
<style>
span { border-color: #12354E; }
span { border-color: rgb(18,53,78); }
td.TdClassName
{
border-color: #12354E;
}
.TagClassName
{
border-color: #12354E;
}
</style>