Shades of Blue Whale #1A384C
Tints of Blue Whale #1A384C
RGB
CMYK
RGB Variations
Color information
#1A384C (or 0x1A384C) is known color: Blue Whale. HEX triplet: 1A, 38 and 4C. RGB value is (26,56,76). Sum of RGB (Red+Green+Blue) = 26+56+76=158 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.46% from 158); Green value is 56 (22.27% from 255 or 35.44% from 158); Blue value is 76 (30.08% from 255 or 48.10% from 158); Max value from RGB is 76 - color contains mainly: blue. Hex color #1A384C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A384C is #E5C7B3. Grayscale: #313131. Windows color (decimal): -15058868 or 4995098. OLE color: 4995098.
HSL color Cylindrical-coordinate representation of color #1A384C: hue angle of 204º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1A384C is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 26 | 56 | 76 | - |
| CMYK | 0.66 | 0.26 | 0 | 0.70 |
| HSL | 204º | 0.49% | 0.2% | - |
| HSV(B) | 204º | 0.66% | 0.3% | - |
| XYZ | 3.14 | 3.57 | 7.36 | - |
| YUV | 49.31 | 143.06 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 56 | 76 | 0.66 | 0.26 | 0 | 0.70 | 204 | 0.49 | 0.2 |
| Hex | 1A | 38 | 4C | 42 | 1A | 0 | 46 | CC | 31 | 14 |
| Octal | 32 | 70 | 114 | 102 | 32 | 0 | 106 | 314 | 61 | 24 |
| Binary | 11010 | 111000 | 1001100 | 1000010 | 11010 | 0 | 1000110 | 11001100 | 110001 | 10100 |
Color Harmonies of #1A384C
Complementary color
Monochromatic Colors of #1A384C
Black with #1A384C
Text Example
Text Example
White with #1A384C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A384C; }
p { color: rgb(26,56,76); }
H1.HeaderClassName
{
color: #1A384C;
}
.AnyTagClassName
{
color: #1A384C;
}
</style>
background-color css
<style>
a { background-color: #1A384C; }
a { background-color: rgb(26,56,76); }
div.DivClassName
{
background-color: #1A384C;
}
.BgClassName
{
background-color: #1A384C;
}
</style>
border-color css
<style>
span { border-color: #1A384C; }
span { border-color: rgb(26,56,76); }
td.TdClassName
{
border-color: #1A384C;
}
.TagClassName
{
border-color: #1A384C;
}
</style>