Shades of Blue Whale #12334D
Tints of Blue Whale #12334D
RGB
CMYK
RGB Variations
Color information
#12334D (or 0x12334D) is known color: Blue Whale. HEX triplet: 12, 33 and 4D. RGB value is (18,51,77). Sum of RGB (Red+Green+Blue) = 18+51+77=146 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.33% from 146); Green value is 51 (20.31% from 255 or 34.93% from 146); Blue value is 77 (30.47% from 255 or 52.74% from 146); Max value from RGB is 77 - color contains mainly: blue. Hex color #12334D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12334D is #EDCCB2. Grayscale: #2B2B2B. Windows color (decimal): -15584435 or 5059346. OLE color: 5059346.
HSL color Cylindrical-coordinate representation of color #12334D: hue angle of 206.44º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #12334D is Cyan = 0.77, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 18 | 51 | 77 | - |
| CMYK | 0.77 | 0.34 | 0 | 0.70 |
| HSL | 206.44º | 0.62% | 0.19% | - |
| HSV(B) | 206.44º | 0.77% | 0.3% | - |
| XYZ | 2.77 | 3.03 | 7.46 | - |
| YUV | 44.1 | 146.57 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 51 | 77 | 0.77 | 0.34 | 0 | 0.70 | 206.44 | 0.62 | 0.19 |
| Hex | 12 | 33 | 4D | 4D | 22 | 0 | 46 | CE | 3E | 13 |
| Octal | 22 | 63 | 115 | 115 | 42 | 0 | 106 | 316 | 76 | 23 |
| Binary | 10010 | 110011 | 1001101 | 1001101 | 100010 | 0 | 1000110 | 11001110 | 111110 | 10011 |
Color Harmonies of #12334D
Complementary color
Monochromatic Colors of #12334D
Black with #12334D
Text Example
Text Example
White with #12334D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12334D; }
p { color: rgb(18,51,77); }
H1.HeaderClassName
{
color: #12334D;
}
.AnyTagClassName
{
color: #12334D;
}
</style>
background-color css
<style>
a { background-color: #12334D; }
a { background-color: rgb(18,51,77); }
div.DivClassName
{
background-color: #12334D;
}
.BgClassName
{
background-color: #12334D;
}
</style>
border-color css
<style>
span { border-color: #12334D; }
span { border-color: rgb(18,51,77); }
td.TdClassName
{
border-color: #12334D;
}
.TagClassName
{
border-color: #12334D;
}
</style>