Shades of Blue Whale #193A4A
Tints of Blue Whale #193A4A
RGB
CMYK
RGB Variations
Color information
#193A4A (or 0x193A4A) is known color: Blue Whale. HEX triplet: 19, 3A and 4A. RGB value is (25,58,74). Sum of RGB (Red+Green+Blue) = 25+58+74=157 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.92% from 157); Green value is 58 (23.05% from 255 or 36.94% from 157); Blue value is 74 (29.30% from 255 or 47.13% from 157); Max value from RGB is 74 - color contains mainly: blue. Hex color #193A4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193A4A is #E6C5B5. Grayscale: #313131. Windows color (decimal): -15123894 or 4864537. OLE color: 4864537.
HSL color Cylindrical-coordinate representation of color #193A4A: hue angle of 199.59º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #193A4A is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 58 | 74 | - |
| CMYK | 0.66 | 0.22 | 0 | 0.71 |
| HSL | 199.59º | 0.49% | 0.19% | - |
| HSV(B) | 199.59º | 0.66% | 0.29% | - |
| XYZ | 3.15 | 3.73 | 7.03 | - |
| YUV | 49.96 | 141.57 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 58 | 74 | 0.66 | 0.22 | 0 | 0.71 | 199.59 | 0.49 | 0.19 |
| Hex | 19 | 3A | 4A | 42 | 16 | 0 | 47 | C8 | 31 | 13 |
| Octal | 31 | 72 | 112 | 102 | 26 | 0 | 107 | 310 | 61 | 23 |
| Binary | 11001 | 111010 | 1001010 | 1000010 | 10110 | 0 | 1000111 | 11001000 | 110001 | 10011 |
Color Harmonies of #193A4A
Complementary color
Monochromatic Colors of #193A4A
Black with #193A4A
Text Example
Text Example
White with #193A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193A4A; }
p { color: rgb(25,58,74); }
H1.HeaderClassName
{
color: #193A4A;
}
.AnyTagClassName
{
color: #193A4A;
}
</style>
background-color css
<style>
a { background-color: #193A4A; }
a { background-color: rgb(25,58,74); }
div.DivClassName
{
background-color: #193A4A;
}
.BgClassName
{
background-color: #193A4A;
}
</style>
border-color css
<style>
span { border-color: #193A4A; }
span { border-color: rgb(25,58,74); }
td.TdClassName
{
border-color: #193A4A;
}
.TagClassName
{
border-color: #193A4A;
}
</style>