Shades of Blue Whale #12343F
Tints of Blue Whale #12343F
RGB
CMYK
RGB Variations
Color information
#12343F (or 0x12343F) is known color: Blue Whale. HEX triplet: 12, 34 and 3F. RGB value is (18,52,63). Sum of RGB (Red+Green+Blue) = 18+52+63=133 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.53% from 133); Green value is 52 (20.70% from 255 or 39.10% from 133); Blue value is 63 (25% from 255 or 47.37% from 133); Max value from RGB is 63 - color contains mainly: blue. Hex color #12343F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12343F is #EDCBC0. Grayscale: #2B2B2B. Windows color (decimal): -15584193 or 4142098. OLE color: 4142098.
HSL color Cylindrical-coordinate representation of color #12343F: hue angle of 194.67º 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 #12343F is Cyan = 0.71, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 18 | 52 | 63 | - |
| CMYK | 0.71 | 0.17 | 0 | 0.75 |
| HSL | 194.67º | 0.56% | 0.16% | - |
| HSV(B) | 194.67º | 0.71% | 0.25% | - |
| XYZ | 2.37 | 2.94 | 5.15 | - |
| YUV | 43.09 | 139.24 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 52 | 63 | 0.71 | 0.17 | 0 | 0.75 | 194.67 | 0.56 | 0.16 |
| Hex | 12 | 34 | 3F | 47 | 11 | 0 | 4B | C3 | 38 | 10 |
| Octal | 22 | 64 | 77 | 107 | 21 | 0 | 113 | 303 | 70 | 20 |
| Binary | 10010 | 110100 | 111111 | 1000111 | 10001 | 0 | 1001011 | 11000011 | 111000 | 10000 |
Color Harmonies of #12343F
Complementary color
Monochromatic Colors of #12343F
Black with #12343F
Text Example
Text Example
White with #12343F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12343F; }
p { color: rgb(18,52,63); }
H1.HeaderClassName
{
color: #12343F;
}
.AnyTagClassName
{
color: #12343F;
}
</style>
background-color css
<style>
a { background-color: #12343F; }
a { background-color: rgb(18,52,63); }
div.DivClassName
{
background-color: #12343F;
}
.BgClassName
{
background-color: #12343F;
}
</style>
border-color css
<style>
span { border-color: #12343F; }
span { border-color: rgb(18,52,63); }
td.TdClassName
{
border-color: #12343F;
}
.TagClassName
{
border-color: #12343F;
}
</style>