Shades of Dark Cerulean #1A407F
Tints of Dark Cerulean #1A407F
RGB
CMYK
RGB Variations
Color information
#1A407F (or 0x1A407F) is known color: Dark Cerulean. HEX triplet: 1A, 40 and 7F. RGB value is (26,64,127). Sum of RGB (Red+Green+Blue) = 26+64+127=217 (28% of max value = 765). Red value is 26 (10.55% from 255 or 11.98% from 217); Green value is 64 (25.39% from 255 or 29.49% from 217); Blue value is 127 (50% from 255 or 58.53% from 217); Max value from RGB is 127 - color contains mainly: blue. Hex color #1A407F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A407F is #E5BF80. Grayscale: #3B3B3B. Windows color (decimal): -15056769 or 8339482. OLE color: 8339482.
HSL color Cylindrical-coordinate representation of color #1A407F: hue angle of 217.43º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A407F is Cyan = 0.80, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 26 | 64 | 127 | - |
| CMYK | 0.80 | 0.50 | 0 | 0.50 |
| HSL | 217.43º | 0.66% | 0.3% | - |
| HSV(B) | 217.43º | 0.8% | 0.5% | - |
| XYZ | 6.09 | 5.42 | 20.8 | - |
| YUV | 59.82 | 165.91 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 64 | 127 | 0.80 | 0.50 | 0 | 0.50 | 217.43 | 0.66 | 0.3 |
| Hex | 1A | 40 | 7F | 50 | 32 | 0 | 32 | D9 | 42 | 1E |
| Octal | 32 | 100 | 177 | 120 | 62 | 0 | 62 | 331 | 102 | 36 |
| Binary | 11010 | 1000000 | 1111111 | 1010000 | 110010 | 0 | 110010 | 11011001 | 1000010 | 11110 |
Color Harmonies of #1A407F
Complementary color
Monochromatic Colors of #1A407F
Black with #1A407F
Text Example
Text Example
White with #1A407F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A407F; }
p { color: rgb(26,64,127); }
H1.HeaderClassName
{
color: #1A407F;
}
.AnyTagClassName
{
color: #1A407F;
}
</style>
background-color css
<style>
a { background-color: #1A407F; }
a { background-color: rgb(26,64,127); }
div.DivClassName
{
background-color: #1A407F;
}
.BgClassName
{
background-color: #1A407F;
}
</style>
border-color css
<style>
span { border-color: #1A407F; }
span { border-color: rgb(26,64,127); }
td.TdClassName
{
border-color: #1A407F;
}
.TagClassName
{
border-color: #1A407F;
}
</style>