Shades of Blue Whale #193543
Tints of Blue Whale #193543
RGB
CMYK
RGB Variations
Color information
#193543 (or 0x193543) is known color: Blue Whale. HEX triplet: 19, 35 and 43. RGB value is (25,53,67). Sum of RGB (Red+Green+Blue) = 25+53+67=145 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.24% from 145); Green value is 53 (21.09% from 255 or 36.55% from 145); Blue value is 67 (26.56% from 255 or 46.21% from 145); Max value from RGB is 67 - color contains mainly: blue. Hex color #193543 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193543 is #E6CABC. Grayscale: #2E2E2E. Windows color (decimal): -15125181 or 4404505. OLE color: 4404505.
HSL color Cylindrical-coordinate representation of color #193543: hue angle of 200º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #193543 is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 25 | 53 | 67 | - |
| CMYK | 0.63 | 0.21 | 0 | 0.74 |
| HSL | 200º | 0.46% | 0.18% | - |
| HSV(B) | 200º | 0.63% | 0.26% | - |
| XYZ | 2.69 | 3.16 | 5.78 | - |
| YUV | 46.22 | 139.72 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 53 | 67 | 0.63 | 0.21 | 0 | 0.74 | 200 | 0.46 | 0.18 |
| Hex | 19 | 35 | 43 | 3F | 15 | 0 | 4A | C8 | 2E | 12 |
| Octal | 31 | 65 | 103 | 77 | 25 | 0 | 112 | 310 | 56 | 22 |
| Binary | 11001 | 110101 | 1000011 | 111111 | 10101 | 0 | 1001010 | 11001000 | 101110 | 10010 |
Color Harmonies of #193543
Complementary color
Monochromatic Colors of #193543
Black with #193543
Text Example
Text Example
White with #193543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193543; }
p { color: rgb(25,53,67); }
H1.HeaderClassName
{
color: #193543;
}
.AnyTagClassName
{
color: #193543;
}
</style>
background-color css
<style>
a { background-color: #193543; }
a { background-color: rgb(25,53,67); }
div.DivClassName
{
background-color: #193543;
}
.BgClassName
{
background-color: #193543;
}
</style>
border-color css
<style>
span { border-color: #193543; }
span { border-color: rgb(25,53,67); }
td.TdClassName
{
border-color: #193543;
}
.TagClassName
{
border-color: #193543;
}
</style>