Shades of Blue Whale #12364A
Tints of Blue Whale #12364A
RGB
CMYK
RGB Variations
Color information
#12364A (or 0x12364A) is known color: Blue Whale. HEX triplet: 12, 36 and 4A. RGB value is (18,54,74). Sum of RGB (Red+Green+Blue) = 18+54+74=146 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.33% from 146); Green value is 54 (21.48% from 255 or 36.99% from 146); Blue value is 74 (29.30% from 255 or 50.68% from 146); Max value from RGB is 74 - color contains mainly: blue. Hex color #12364A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12364A is #EDC9B5. Grayscale: #2D2D2D. Windows color (decimal): -15583670 or 4863506. OLE color: 4863506.
HSL color Cylindrical-coordinate representation of color #12364A: hue angle of 201.43º 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 #12364A is Cyan = 0.76, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 54 | 74 | - |
| CMYK | 0.76 | 0.27 | 0 | 0.71 |
| HSL | 201.43º | 0.61% | 0.18% | - |
| HSV(B) | 201.43º | 0.76% | 0.29% | - |
| XYZ | 2.8 | 3.26 | 6.96 | - |
| YUV | 45.52 | 144.07 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 54 | 74 | 0.76 | 0.27 | 0 | 0.71 | 201.43 | 0.61 | 0.18 |
| Hex | 12 | 36 | 4A | 4C | 1B | 0 | 47 | C9 | 3D | 12 |
| Octal | 22 | 66 | 112 | 114 | 33 | 0 | 107 | 311 | 75 | 22 |
| Binary | 10010 | 110110 | 1001010 | 1001100 | 11011 | 0 | 1000111 | 11001001 | 111101 | 10010 |
Color Harmonies of #12364A
Complementary color
Monochromatic Colors of #12364A
Black with #12364A
Text Example
Text Example
White with #12364A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12364A; }
p { color: rgb(18,54,74); }
H1.HeaderClassName
{
color: #12364A;
}
.AnyTagClassName
{
color: #12364A;
}
</style>
background-color css
<style>
a { background-color: #12364A; }
a { background-color: rgb(18,54,74); }
div.DivClassName
{
background-color: #12364A;
}
.BgClassName
{
background-color: #12364A;
}
</style>
border-color css
<style>
span { border-color: #12364A; }
span { border-color: rgb(18,54,74); }
td.TdClassName
{
border-color: #12364A;
}
.TagClassName
{
border-color: #12364A;
}
</style>