Shades of Blue Whale #1A384A
Tints of Blue Whale #1A384A
RGB
CMYK
RGB Variations
Color information
#1A384A (or 0x1A384A) is known color: Blue Whale. HEX triplet: 1A, 38 and 4A. RGB value is (26,56,74). Sum of RGB (Red+Green+Blue) = 26+56+74=156 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.67% from 156); Green value is 56 (22.27% from 255 or 35.90% from 156); Blue value is 74 (29.30% from 255 or 47.44% from 156); Max value from RGB is 74 - color contains mainly: blue. Hex color #1A384A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A384A is #E5C7B5. Grayscale: #303030. Windows color (decimal): -15058870 or 4864026. OLE color: 4864026.
HSL color Cylindrical-coordinate representation of color #1A384A: hue angle of 202.5º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1A384A is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 26 | 56 | 74 | - |
| CMYK | 0.65 | 0.24 | 0 | 0.71 |
| HSL | 202.5º | 0.48% | 0.2% | - |
| HSV(B) | 202.5º | 0.65% | 0.29% | - |
| XYZ | 3.08 | 3.54 | 7 | - |
| YUV | 49.08 | 142.06 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 56 | 74 | 0.65 | 0.24 | 0 | 0.71 | 202.5 | 0.48 | 0.2 |
| Hex | 1A | 38 | 4A | 41 | 18 | 0 | 47 | CA | 30 | 14 |
| Octal | 32 | 70 | 112 | 101 | 30 | 0 | 107 | 312 | 60 | 24 |
| Binary | 11010 | 111000 | 1001010 | 1000001 | 11000 | 0 | 1000111 | 11001010 | 110000 | 10100 |
Color Harmonies of #1A384A
Complementary color
Monochromatic Colors of #1A384A
Black with #1A384A
Text Example
Text Example
White with #1A384A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A384A; }
p { color: rgb(26,56,74); }
H1.HeaderClassName
{
color: #1A384A;
}
.AnyTagClassName
{
color: #1A384A;
}
</style>
background-color css
<style>
a { background-color: #1A384A; }
a { background-color: rgb(26,56,74); }
div.DivClassName
{
background-color: #1A384A;
}
.BgClassName
{
background-color: #1A384A;
}
</style>
border-color css
<style>
span { border-color: #1A384A; }
span { border-color: rgb(26,56,74); }
td.TdClassName
{
border-color: #1A384A;
}
.TagClassName
{
border-color: #1A384A;
}
</style>