Shades of Blue Whale #12374B
Tints of Blue Whale #12374B
RGB
CMYK
RGB Variations
Color information
#12374B (or 0x12374B) is known color: Blue Whale. HEX triplet: 12, 37 and 4B. RGB value is (18,55,75). Sum of RGB (Red+Green+Blue) = 18+55+75=148 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.16% from 148); Green value is 55 (21.88% from 255 or 37.16% from 148); Blue value is 75 (29.69% from 255 or 50.68% from 148); Max value from RGB is 75 - color contains mainly: blue. Hex color #12374B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12374B is #EDC8B4. Grayscale: #2E2E2E. Windows color (decimal): -15583413 or 4929298. OLE color: 4929298.
HSL color Cylindrical-coordinate representation of color #12374B: hue angle of 201.05º 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 #12374B is Cyan = 0.76, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 55 | 75 | - |
| CMYK | 0.76 | 0.27 | 0 | 0.71 |
| HSL | 201.05º | 0.61% | 0.18% | - |
| HSV(B) | 201.05º | 0.76% | 0.29% | - |
| XYZ | 2.89 | 3.37 | 7.15 | - |
| YUV | 46.22 | 144.24 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 55 | 75 | 0.76 | 0.27 | 0 | 0.71 | 201.05 | 0.61 | 0.18 |
| Hex | 12 | 37 | 4B | 4C | 1B | 0 | 47 | C9 | 3D | 12 |
| Octal | 22 | 67 | 113 | 114 | 33 | 0 | 107 | 311 | 75 | 22 |
| Binary | 10010 | 110111 | 1001011 | 1001100 | 11011 | 0 | 1000111 | 11001001 | 111101 | 10010 |
Color Harmonies of #12374B
Complementary color
Monochromatic Colors of #12374B
Black with #12374B
Text Example
Text Example
White with #12374B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12374B; }
p { color: rgb(18,55,75); }
H1.HeaderClassName
{
color: #12374B;
}
.AnyTagClassName
{
color: #12374B;
}
</style>
background-color css
<style>
a { background-color: #12374B; }
a { background-color: rgb(18,55,75); }
div.DivClassName
{
background-color: #12374B;
}
.BgClassName
{
background-color: #12374B;
}
</style>
border-color css
<style>
span { border-color: #12374B; }
span { border-color: rgb(18,55,75); }
td.TdClassName
{
border-color: #12374B;
}
.TagClassName
{
border-color: #12374B;
}
</style>