Shades of Blue Whale #12333F
Tints of Blue Whale #12333F
RGB
CMYK
RGB Variations
Color information
#12333F (or 0x12333F) is known color: Blue Whale. HEX triplet: 12, 33 and 3F. RGB value is (18,51,63). Sum of RGB (Red+Green+Blue) = 18+51+63=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 51 (20.31% from 255 or 38.64% from 132); Blue value is 63 (25% from 255 or 47.73% from 132); Max value from RGB is 63 - color contains mainly: blue. Hex color #12333F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12333F is #EDCCC0. Grayscale: #2A2A2A. Windows color (decimal): -15584449 or 4141842. OLE color: 4141842.
HSL color Cylindrical-coordinate representation of color #12333F: hue angle of 196º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #12333F is Cyan = 0.71, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 18 | 51 | 63 | - |
| CMYK | 0.71 | 0.19 | 0 | 0.75 |
| HSL | 196º | 0.56% | 0.16% | - |
| HSV(B) | 196º | 0.71% | 0.25% | - |
| XYZ | 2.33 | 2.86 | 5.13 | - |
| YUV | 42.5 | 139.57 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 51 | 63 | 0.71 | 0.19 | 0 | 0.75 | 196 | 0.56 | 0.16 |
| Hex | 12 | 33 | 3F | 47 | 13 | 0 | 4B | C4 | 38 | 10 |
| Octal | 22 | 63 | 77 | 107 | 23 | 0 | 113 | 304 | 70 | 20 |
| Binary | 10010 | 110011 | 111111 | 1000111 | 10011 | 0 | 1001011 | 11000100 | 111000 | 10000 |
Color Harmonies of #12333F
Complementary color
Monochromatic Colors of #12333F
Black with #12333F
Text Example
Text Example
White with #12333F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12333F; }
p { color: rgb(18,51,63); }
H1.HeaderClassName
{
color: #12333F;
}
.AnyTagClassName
{
color: #12333F;
}
</style>
background-color css
<style>
a { background-color: #12333F; }
a { background-color: rgb(18,51,63); }
div.DivClassName
{
background-color: #12333F;
}
.BgClassName
{
background-color: #12333F;
}
</style>
border-color css
<style>
span { border-color: #12333F; }
span { border-color: rgb(18,51,63); }
td.TdClassName
{
border-color: #12333F;
}
.TagClassName
{
border-color: #12333F;
}
</style>