Shades of Blue Whale #123845
Tints of Blue Whale #123845
RGB
CMYK
RGB Variations
Color information
#123845 (or 0x123845) is known color: Blue Whale. HEX triplet: 12, 38 and 45. RGB value is (18,56,69). Sum of RGB (Red+Green+Blue) = 18+56+69=143 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.59% from 143); Green value is 56 (22.27% from 255 or 39.16% from 143); Blue value is 69 (27.34% from 255 or 48.25% from 143); Max value from RGB is 69 - color contains mainly: blue. Hex color #123845 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123845 is #EDC7BA. Grayscale: #2E2E2E. Windows color (decimal): -15583163 or 4536338. OLE color: 4536338.
HSL color Cylindrical-coordinate representation of color #123845: hue angle of 195.29º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #123845 is Cyan = 0.74, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 18 | 56 | 69 | - |
| CMYK | 0.74 | 0.19 | 0 | 0.73 |
| HSL | 195.29º | 0.59% | 0.17% | - |
| HSV(B) | 195.29º | 0.74% | 0.27% | - |
| XYZ | 2.74 | 3.39 | 6.14 | - |
| YUV | 46.12 | 140.91 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 56 | 69 | 0.74 | 0.19 | 0 | 0.73 | 195.29 | 0.59 | 0.17 |
| Hex | 12 | 38 | 45 | 4A | 13 | 0 | 49 | C3 | 3B | 11 |
| Octal | 22 | 70 | 105 | 112 | 23 | 0 | 111 | 303 | 73 | 21 |
| Binary | 10010 | 111000 | 1000101 | 1001010 | 10011 | 0 | 1001001 | 11000011 | 111011 | 10001 |
Color Harmonies of #123845
Complementary color
Monochromatic Colors of #123845
Black with #123845
Text Example
Text Example
White with #123845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123845; }
p { color: rgb(18,56,69); }
H1.HeaderClassName
{
color: #123845;
}
.AnyTagClassName
{
color: #123845;
}
</style>
background-color css
<style>
a { background-color: #123845; }
a { background-color: rgb(18,56,69); }
div.DivClassName
{
background-color: #123845;
}
.BgClassName
{
background-color: #123845;
}
</style>
border-color css
<style>
span { border-color: #123845; }
span { border-color: rgb(18,56,69); }
td.TdClassName
{
border-color: #123845;
}
.TagClassName
{
border-color: #123845;
}
</style>