Shades of Dark Cerulean #1A407C
Tints of Dark Cerulean #1A407C
RGB
CMYK
RGB Variations
Color information
#1A407C (or 0x1A407C) is known color: Dark Cerulean. HEX triplet: 1A, 40 and 7C. RGB value is (26,64,124). Sum of RGB (Red+Green+Blue) = 26+64+124=214 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.15% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 124 (48.83% from 255 or 57.94% from 214); Max value from RGB is 124 - color contains mainly: blue. Hex color #1A407C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A407C is #E5BF83. Grayscale: #3B3B3B. Windows color (decimal): -15056772 or 8142874. OLE color: 8142874.
HSL color Cylindrical-coordinate representation of color #1A407C: hue angle of 216.73º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A407C is Cyan = 0.79, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 26 | 64 | 124 | - |
| CMYK | 0.79 | 0.48 | 0 | 0.51 |
| HSL | 216.73º | 0.65% | 0.29% | - |
| HSV(B) | 216.73º | 0.79% | 0.49% | - |
| XYZ | 5.9 | 5.34 | 19.79 | - |
| YUV | 59.48 | 164.41 | 104.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 64 | 124 | 0.79 | 0.48 | 0 | 0.51 | 216.73 | 0.65 | 0.29 |
| Hex | 1A | 40 | 7C | 4F | 30 | 0 | 33 | D9 | 41 | 1D |
| Octal | 32 | 100 | 174 | 117 | 60 | 0 | 63 | 331 | 101 | 35 |
| Binary | 11010 | 1000000 | 1111100 | 1001111 | 110000 | 0 | 110011 | 11011001 | 1000001 | 11101 |
Color Harmonies of #1A407C
Complementary color
Monochromatic Colors of #1A407C
Black with #1A407C
Text Example
Text Example
White with #1A407C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A407C; }
p { color: rgb(26,64,124); }
H1.HeaderClassName
{
color: #1A407C;
}
.AnyTagClassName
{
color: #1A407C;
}
</style>
background-color css
<style>
a { background-color: #1A407C; }
a { background-color: rgb(26,64,124); }
div.DivClassName
{
background-color: #1A407C;
}
.BgClassName
{
background-color: #1A407C;
}
</style>
border-color css
<style>
span { border-color: #1A407C; }
span { border-color: rgb(26,64,124); }
td.TdClassName
{
border-color: #1A407C;
}
.TagClassName
{
border-color: #1A407C;
}
</style>