Shades of Blue Whale #123440
Tints of Blue Whale #123440
RGB
CMYK
RGB Variations
Color information
#123440 (or 0x123440) is known color: Blue Whale. HEX triplet: 12, 34 and 40. RGB value is (18,52,64). Sum of RGB (Red+Green+Blue) = 18+52+64=134 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.43% from 134); Green value is 52 (20.70% from 255 or 38.81% from 134); Blue value is 64 (25.39% from 255 or 47.76% from 134); Max value from RGB is 64 - color contains mainly: blue. Hex color #123440 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123440 is #EDCBBF. Grayscale: #2B2B2B. Windows color (decimal): -15584192 or 4207634. OLE color: 4207634.
HSL color Cylindrical-coordinate representation of color #123440: hue angle of 195.65º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #123440 is Cyan = 0.72, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 18 | 52 | 64 | - |
| CMYK | 0.72 | 0.19 | 0 | 0.75 |
| HSL | 195.65º | 0.56% | 0.16% | - |
| HSV(B) | 195.65º | 0.72% | 0.25% | - |
| XYZ | 2.4 | 2.95 | 5.29 | - |
| YUV | 43.2 | 139.74 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 52 | 64 | 0.72 | 0.19 | 0 | 0.75 | 195.65 | 0.56 | 0.16 |
| Hex | 12 | 34 | 40 | 48 | 13 | 0 | 4B | C4 | 38 | 10 |
| Octal | 22 | 64 | 100 | 110 | 23 | 0 | 113 | 304 | 70 | 20 |
| Binary | 10010 | 110100 | 1000000 | 1001000 | 10011 | 0 | 1001011 | 11000100 | 111000 | 10000 |
Color Harmonies of #123440
Complementary color
Monochromatic Colors of #123440
Black with #123440
Text Example
Text Example
White with #123440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123440; }
p { color: rgb(18,52,64); }
H1.HeaderClassName
{
color: #123440;
}
.AnyTagClassName
{
color: #123440;
}
</style>
background-color css
<style>
a { background-color: #123440; }
a { background-color: rgb(18,52,64); }
div.DivClassName
{
background-color: #123440;
}
.BgClassName
{
background-color: #123440;
}
</style>
border-color css
<style>
span { border-color: #123440; }
span { border-color: rgb(18,52,64); }
td.TdClassName
{
border-color: #123440;
}
.TagClassName
{
border-color: #123440;
}
</style>