Shades of Blue Whale #1A384E
Tints of Blue Whale #1A384E
RGB
CMYK
RGB Variations
Color information
#1A384E (or 0x1A384E) is known color: Blue Whale. HEX triplet: 1A, 38 and 4E. RGB value is (26,56,78). Sum of RGB (Red+Green+Blue) = 26+56+78=160 (21% of max value = 765). Red value is 26 (10.55% from 255 or 16.25% from 160); Green value is 56 (22.27% from 255 or 35% from 160); Blue value is 78 (30.86% from 255 or 48.75% from 160); Max value from RGB is 78 - color contains mainly: blue. Hex color #1A384E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A384E is #E5C7B1. Grayscale: #313131. Windows color (decimal): -15058866 or 5126170. OLE color: 5126170.
HSL color Cylindrical-coordinate representation of color #1A384E: hue angle of 205.38º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1A384E is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 26 | 56 | 78 | - |
| CMYK | 0.67 | 0.28 | 0 | 0.69 |
| HSL | 205.38º | 0.5% | 0.2% | - |
| HSV(B) | 205.38º | 0.67% | 0.31% | - |
| XYZ | 3.22 | 3.6 | 7.73 | - |
| YUV | 49.54 | 144.06 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 56 | 78 | 0.67 | 0.28 | 0 | 0.69 | 205.38 | 0.5 | 0.2 |
| Hex | 1A | 38 | 4E | 43 | 1C | 0 | 45 | CD | 32 | 14 |
| Octal | 32 | 70 | 116 | 103 | 34 | 0 | 105 | 315 | 62 | 24 |
| Binary | 11010 | 111000 | 1001110 | 1000011 | 11100 | 0 | 1000101 | 11001101 | 110010 | 10100 |
Color Harmonies of #1A384E
Complementary color
Monochromatic Colors of #1A384E
Black with #1A384E
Text Example
Text Example
White with #1A384E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A384E; }
p { color: rgb(26,56,78); }
H1.HeaderClassName
{
color: #1A384E;
}
.AnyTagClassName
{
color: #1A384E;
}
</style>
background-color css
<style>
a { background-color: #1A384E; }
a { background-color: rgb(26,56,78); }
div.DivClassName
{
background-color: #1A384E;
}
.BgClassName
{
background-color: #1A384E;
}
</style>
border-color css
<style>
span { border-color: #1A384E; }
span { border-color: rgb(26,56,78); }
td.TdClassName
{
border-color: #1A384E;
}
.TagClassName
{
border-color: #1A384E;
}
</style>