Shades of Blue Whale #123350
Tints of Blue Whale #123350
RGB
CMYK
RGB Variations
Color information
#123350 (or 0x123350) is known color: Blue Whale. HEX triplet: 12, 33 and 50. RGB value is (18,51,80). Sum of RGB (Red+Green+Blue) = 18+51+80=149 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.08% from 149); Green value is 51 (20.31% from 255 or 34.23% from 149); Blue value is 80 (31.64% from 255 or 53.69% from 149); Max value from RGB is 80 - color contains mainly: blue. Hex color #123350 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123350 is #EDCCAF. Grayscale: #2C2C2C. Windows color (decimal): -15584432 or 5255954. OLE color: 5255954.
HSL color Cylindrical-coordinate representation of color #123350: hue angle of 208.06º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #123350 is Cyan = 0.78, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 18 | 51 | 80 | - |
| CMYK | 0.78 | 0.36 | 0 | 0.69 |
| HSL | 208.06º | 0.63% | 0.19% | - |
| HSV(B) | 208.06º | 0.78% | 0.31% | - |
| XYZ | 2.88 | 3.08 | 8.03 | - |
| YUV | 44.44 | 148.07 | 109.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 51 | 80 | 0.78 | 0.36 | 0 | 0.69 | 208.06 | 0.63 | 0.19 |
| Hex | 12 | 33 | 50 | 4E | 24 | 0 | 45 | D0 | 3F | 13 |
| Octal | 22 | 63 | 120 | 116 | 44 | 0 | 105 | 320 | 77 | 23 |
| Binary | 10010 | 110011 | 1010000 | 1001110 | 100100 | 0 | 1000101 | 11010000 | 111111 | 10011 |
Color Harmonies of #123350
Complementary color
Monochromatic Colors of #123350
Black with #123350
Text Example
Text Example
White with #123350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123350; }
p { color: rgb(18,51,80); }
H1.HeaderClassName
{
color: #123350;
}
.AnyTagClassName
{
color: #123350;
}
</style>
background-color css
<style>
a { background-color: #123350; }
a { background-color: rgb(18,51,80); }
div.DivClassName
{
background-color: #123350;
}
.BgClassName
{
background-color: #123350;
}
</style>
border-color css
<style>
span { border-color: #123350; }
span { border-color: rgb(18,51,80); }
td.TdClassName
{
border-color: #123350;
}
.TagClassName
{
border-color: #123350;
}
</style>