Shades of Blue Whale #123243
Tints of Blue Whale #123243
RGB
CMYK
RGB Variations
Color information
#123243 (or 0x123243) is known color: Blue Whale. HEX triplet: 12, 32 and 43. RGB value is (18,50,67). Sum of RGB (Red+Green+Blue) = 18+50+67=135 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.33% from 135); Green value is 50 (19.92% from 255 or 37.04% from 135); Blue value is 67 (26.56% from 255 or 49.63% from 135); Max value from RGB is 67 - color contains mainly: blue. Hex color #123243 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123243 is #EDCDBC. Grayscale: #2A2A2A. Windows color (decimal): -15584701 or 4403730. OLE color: 4403730.
HSL color Cylindrical-coordinate representation of color #123243: hue angle of 200.82º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #123243 is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 18 | 50 | 67 | - |
| CMYK | 0.73 | 0.25 | 0 | 0.74 |
| HSL | 200.82º | 0.58% | 0.17% | - |
| HSV(B) | 200.82º | 0.73% | 0.26% | - |
| XYZ | 2.4 | 2.82 | 5.73 | - |
| YUV | 42.37 | 141.9 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 50 | 67 | 0.73 | 0.25 | 0 | 0.74 | 200.82 | 0.58 | 0.17 |
| Hex | 12 | 32 | 43 | 49 | 19 | 0 | 4A | C9 | 3A | 11 |
| Octal | 22 | 62 | 103 | 111 | 31 | 0 | 112 | 311 | 72 | 21 |
| Binary | 10010 | 110010 | 1000011 | 1001001 | 11001 | 0 | 1001010 | 11001001 | 111010 | 10001 |
Color Harmonies of #123243
Complementary color
Monochromatic Colors of #123243
Black with #123243
Text Example
Text Example
White with #123243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123243; }
p { color: rgb(18,50,67); }
H1.HeaderClassName
{
color: #123243;
}
.AnyTagClassName
{
color: #123243;
}
</style>
background-color css
<style>
a { background-color: #123243; }
a { background-color: rgb(18,50,67); }
div.DivClassName
{
background-color: #123243;
}
.BgClassName
{
background-color: #123243;
}
</style>
border-color css
<style>
span { border-color: #123243; }
span { border-color: rgb(18,50,67); }
td.TdClassName
{
border-color: #123243;
}
.TagClassName
{
border-color: #123243;
}
</style>