Shades of Blue Whale #19384A
Tints of Blue Whale #19384A
RGB
CMYK
RGB Variations
Color information
#19384A (or 0x19384A) is known color: Blue Whale. HEX triplet: 19, 38 and 4A. RGB value is (25,56,74). Sum of RGB (Red+Green+Blue) = 25+56+74=155 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.13% from 155); Green value is 56 (22.27% from 255 or 36.13% from 155); Blue value is 74 (29.30% from 255 or 47.74% from 155); Max value from RGB is 74 - color contains mainly: blue. Hex color #19384A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19384A is #E6C7B5. Grayscale: #303030. Windows color (decimal): -15124406 or 4864025. OLE color: 4864025.
HSL color Cylindrical-coordinate representation of color #19384A: hue angle of 202.04º 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 #19384A is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 56 | 74 | - |
| CMYK | 0.66 | 0.24 | 0 | 0.71 |
| HSL | 202.04º | 0.49% | 0.19% | - |
| HSV(B) | 202.04º | 0.66% | 0.29% | - |
| XYZ | 3.05 | 3.53 | 7 | - |
| YUV | 48.78 | 142.23 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 56 | 74 | 0.66 | 0.24 | 0 | 0.71 | 202.04 | 0.49 | 0.19 |
| Hex | 19 | 38 | 4A | 42 | 18 | 0 | 47 | CA | 31 | 13 |
| Octal | 31 | 70 | 112 | 102 | 30 | 0 | 107 | 312 | 61 | 23 |
| Binary | 11001 | 111000 | 1001010 | 1000010 | 11000 | 0 | 1000111 | 11001010 | 110001 | 10011 |
Color Harmonies of #19384A
Complementary color
Monochromatic Colors of #19384A
Black with #19384A
Text Example
Text Example
White with #19384A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19384A; }
p { color: rgb(25,56,74); }
H1.HeaderClassName
{
color: #19384A;
}
.AnyTagClassName
{
color: #19384A;
}
</style>
background-color css
<style>
a { background-color: #19384A; }
a { background-color: rgb(25,56,74); }
div.DivClassName
{
background-color: #19384A;
}
.BgClassName
{
background-color: #19384A;
}
</style>
border-color css
<style>
span { border-color: #19384A; }
span { border-color: rgb(25,56,74); }
td.TdClassName
{
border-color: #19384A;
}
.TagClassName
{
border-color: #19384A;
}
</style>