Shades of Blue Whale #123143
Tints of Blue Whale #123143
RGB
CMYK
RGB Variations
Color information
#123143 (or 0x123143) is known color: Blue Whale. HEX triplet: 12, 31 and 43. RGB value is (18,49,67). Sum of RGB (Red+Green+Blue) = 18+49+67=134 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.43% from 134); Green value is 49 (19.53% from 255 or 36.57% from 134); Blue value is 67 (26.56% from 255 or 50% from 134); Max value from RGB is 67 - color contains mainly: blue. Hex color #123143 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123143 is #EDCEBC. Grayscale: #292929. Windows color (decimal): -15584957 or 4403474. OLE color: 4403474.
HSL color Cylindrical-coordinate representation of color #123143: hue angle of 202.04º 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 #123143 is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 18 | 49 | 67 | - |
| CMYK | 0.73 | 0.27 | 0 | 0.74 |
| HSL | 202.04º | 0.58% | 0.17% | - |
| HSV(B) | 202.04º | 0.73% | 0.26% | - |
| XYZ | 2.36 | 2.73 | 5.71 | - |
| YUV | 41.78 | 142.23 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 49 | 67 | 0.73 | 0.27 | 0 | 0.74 | 202.04 | 0.58 | 0.17 |
| Hex | 12 | 31 | 43 | 49 | 1B | 0 | 4A | CA | 3A | 11 |
| Octal | 22 | 61 | 103 | 111 | 33 | 0 | 112 | 312 | 72 | 21 |
| Binary | 10010 | 110001 | 1000011 | 1001001 | 11011 | 0 | 1001010 | 11001010 | 111010 | 10001 |
Color Harmonies of #123143
Complementary color
Monochromatic Colors of #123143
Black with #123143
Text Example
Text Example
White with #123143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123143; }
p { color: rgb(18,49,67); }
H1.HeaderClassName
{
color: #123143;
}
.AnyTagClassName
{
color: #123143;
}
</style>
background-color css
<style>
a { background-color: #123143; }
a { background-color: rgb(18,49,67); }
div.DivClassName
{
background-color: #123143;
}
.BgClassName
{
background-color: #123143;
}
</style>
border-color css
<style>
span { border-color: #123143; }
span { border-color: rgb(18,49,67); }
td.TdClassName
{
border-color: #123143;
}
.TagClassName
{
border-color: #123143;
}
</style>