Shades of Blue Whale #12334A
Tints of Blue Whale #12334A
RGB
CMYK
RGB Variations
Color information
#12334A (or 0x12334A) is known color: Blue Whale. HEX triplet: 12, 33 and 4A. RGB value is (18,51,74). Sum of RGB (Red+Green+Blue) = 18+51+74=143 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.59% from 143); Green value is 51 (20.31% from 255 or 35.66% from 143); Blue value is 74 (29.30% from 255 or 51.75% from 143); Max value from RGB is 74 - color contains mainly: blue. Hex color #12334A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12334A is #EDCCB5. Grayscale: #2B2B2B. Windows color (decimal): -15584438 or 4862738. OLE color: 4862738.
HSL color Cylindrical-coordinate representation of color #12334A: hue angle of 204.64º 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 #12334A is Cyan = 0.76, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 51 | 74 | - |
| CMYK | 0.76 | 0.31 | 0 | 0.71 |
| HSL | 204.64º | 0.61% | 0.18% | - |
| HSV(B) | 204.64º | 0.76% | 0.29% | - |
| XYZ | 2.67 | 2.99 | 6.92 | - |
| YUV | 43.76 | 145.07 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 51 | 74 | 0.76 | 0.31 | 0 | 0.71 | 204.64 | 0.61 | 0.18 |
| Hex | 12 | 33 | 4A | 4C | 1F | 0 | 47 | CD | 3D | 12 |
| Octal | 22 | 63 | 112 | 114 | 37 | 0 | 107 | 315 | 75 | 22 |
| Binary | 10010 | 110011 | 1001010 | 1001100 | 11111 | 0 | 1000111 | 11001101 | 111101 | 10010 |
Color Harmonies of #12334A
Complementary color
Monochromatic Colors of #12334A
Black with #12334A
Text Example
Text Example
White with #12334A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12334A; }
p { color: rgb(18,51,74); }
H1.HeaderClassName
{
color: #12334A;
}
.AnyTagClassName
{
color: #12334A;
}
</style>
background-color css
<style>
a { background-color: #12334A; }
a { background-color: rgb(18,51,74); }
div.DivClassName
{
background-color: #12334A;
}
.BgClassName
{
background-color: #12334A;
}
</style>
border-color css
<style>
span { border-color: #12334A; }
span { border-color: rgb(18,51,74); }
td.TdClassName
{
border-color: #12334A;
}
.TagClassName
{
border-color: #12334A;
}
</style>