Shades of Blue Whale #12314B
Tints of Blue Whale #12314B
RGB
CMYK
RGB Variations
Color information
#12314B (or 0x12314B) is known color: Blue Whale. HEX triplet: 12, 31 and 4B. RGB value is (18,49,75). Sum of RGB (Red+Green+Blue) = 18+49+75=142 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.68% from 142); Green value is 49 (19.53% from 255 or 34.51% from 142); Blue value is 75 (29.69% from 255 or 52.82% from 142); Max value from RGB is 75 - color contains mainly: blue. Hex color #12314B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12314B is #EDCEB4. Grayscale: #2A2A2A. Windows color (decimal): -15584949 or 4927762. OLE color: 4927762.
HSL color Cylindrical-coordinate representation of color #12314B: hue angle of 207.37º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #12314B is Cyan = 0.76, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 49 | 75 | - |
| CMYK | 0.76 | 0.35 | 0 | 0.71 |
| HSL | 207.37º | 0.61% | 0.18% | - |
| HSV(B) | 207.37º | 0.76% | 0.29% | - |
| XYZ | 2.62 | 2.83 | 7.07 | - |
| YUV | 42.7 | 146.23 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 49 | 75 | 0.76 | 0.35 | 0 | 0.71 | 207.37 | 0.61 | 0.18 |
| Hex | 12 | 31 | 4B | 4C | 23 | 0 | 47 | CF | 3D | 12 |
| Octal | 22 | 61 | 113 | 114 | 43 | 0 | 107 | 317 | 75 | 22 |
| Binary | 10010 | 110001 | 1001011 | 1001100 | 100011 | 0 | 1000111 | 11001111 | 111101 | 10010 |
Color Harmonies of #12314B
Complementary color
Monochromatic Colors of #12314B
Black with #12314B
Text Example
Text Example
White with #12314B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12314B; }
p { color: rgb(18,49,75); }
H1.HeaderClassName
{
color: #12314B;
}
.AnyTagClassName
{
color: #12314B;
}
</style>
background-color css
<style>
a { background-color: #12314B; }
a { background-color: rgb(18,49,75); }
div.DivClassName
{
background-color: #12314B;
}
.BgClassName
{
background-color: #12314B;
}
</style>
border-color css
<style>
span { border-color: #12314B; }
span { border-color: rgb(18,49,75); }
td.TdClassName
{
border-color: #12314B;
}
.TagClassName
{
border-color: #12314B;
}
</style>