Shades of Blue Whale #12354D
Tints of Blue Whale #12354D
RGB
CMYK
RGB Variations
Color information
#12354D (or 0x12354D) is known color: Blue Whale. HEX triplet: 12, 35 and 4D. RGB value is (18,53,77). Sum of RGB (Red+Green+Blue) = 18+53+77=148 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.16% from 148); Green value is 53 (21.09% from 255 or 35.81% from 148); Blue value is 77 (30.47% from 255 or 52.03% from 148); Max value from RGB is 77 - color contains mainly: blue. Hex color #12354D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12354D is #EDCAB2. Grayscale: #2D2D2D. Windows color (decimal): -15583923 or 5059858. OLE color: 5059858.
HSL color Cylindrical-coordinate representation of color #12354D: hue angle of 204.41º 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 #12354D is Cyan = 0.77, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 18 | 53 | 77 | - |
| CMYK | 0.77 | 0.31 | 0 | 0.70 |
| HSL | 204.41º | 0.62% | 0.19% | - |
| HSV(B) | 204.41º | 0.77% | 0.3% | - |
| XYZ | 2.86 | 3.21 | 7.49 | - |
| YUV | 45.27 | 145.9 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 53 | 77 | 0.77 | 0.31 | 0 | 0.70 | 204.41 | 0.62 | 0.19 |
| Hex | 12 | 35 | 4D | 4D | 1F | 0 | 46 | CC | 3E | 13 |
| Octal | 22 | 65 | 115 | 115 | 37 | 0 | 106 | 314 | 76 | 23 |
| Binary | 10010 | 110101 | 1001101 | 1001101 | 11111 | 0 | 1000110 | 11001100 | 111110 | 10011 |
Color Harmonies of #12354D
Complementary color
Monochromatic Colors of #12354D
Black with #12354D
Text Example
Text Example
White with #12354D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12354D; }
p { color: rgb(18,53,77); }
H1.HeaderClassName
{
color: #12354D;
}
.AnyTagClassName
{
color: #12354D;
}
</style>
background-color css
<style>
a { background-color: #12354D; }
a { background-color: rgb(18,53,77); }
div.DivClassName
{
background-color: #12354D;
}
.BgClassName
{
background-color: #12354D;
}
</style>
border-color css
<style>
span { border-color: #12354D; }
span { border-color: rgb(18,53,77); }
td.TdClassName
{
border-color: #12354D;
}
.TagClassName
{
border-color: #12354D;
}
</style>