Shades of Dark Cerulean #1A407E
Tints of Dark Cerulean #1A407E
RGB
CMYK
RGB Variations
Color information
#1A407E (or 0x1A407E) is known color: Dark Cerulean. HEX triplet: 1A, 40 and 7E. RGB value is (26,64,126). Sum of RGB (Red+Green+Blue) = 26+64+126=216 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.04% from 216); Green value is 64 (25.39% from 255 or 29.63% from 216); Blue value is 126 (49.61% from 255 or 58.33% from 216); Max value from RGB is 126 - color contains mainly: blue. Hex color #1A407E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A407E is #E5BF81. Grayscale: #3B3B3B. Windows color (decimal): -15056770 or 8273946. OLE color: 8273946.
HSL color Cylindrical-coordinate representation of color #1A407E: hue angle of 217.2º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A407E is Cyan = 0.79, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 26 | 64 | 126 | - |
| CMYK | 0.79 | 0.49 | 0 | 0.51 |
| HSL | 217.2º | 0.66% | 0.3% | - |
| HSV(B) | 217.2º | 0.79% | 0.49% | - |
| XYZ | 6.03 | 5.39 | 20.46 | - |
| YUV | 59.71 | 165.41 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 64 | 126 | 0.79 | 0.49 | 0 | 0.51 | 217.2 | 0.66 | 0.3 |
| Hex | 1A | 40 | 7E | 4F | 31 | 0 | 33 | D9 | 42 | 1E |
| Octal | 32 | 100 | 176 | 117 | 61 | 0 | 63 | 331 | 102 | 36 |
| Binary | 11010 | 1000000 | 1111110 | 1001111 | 110001 | 0 | 110011 | 11011001 | 1000010 | 11110 |
Color Harmonies of #1A407E
Complementary color
Monochromatic Colors of #1A407E
Black with #1A407E
Text Example
Text Example
White with #1A407E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A407E; }
p { color: rgb(26,64,126); }
H1.HeaderClassName
{
color: #1A407E;
}
.AnyTagClassName
{
color: #1A407E;
}
</style>
background-color css
<style>
a { background-color: #1A407E; }
a { background-color: rgb(26,64,126); }
div.DivClassName
{
background-color: #1A407E;
}
.BgClassName
{
background-color: #1A407E;
}
</style>
border-color css
<style>
span { border-color: #1A407E; }
span { border-color: rgb(26,64,126); }
td.TdClassName
{
border-color: #1A407E;
}
.TagClassName
{
border-color: #1A407E;
}
</style>