Shades of Dark Cerulean #1A417C
Tints of Dark Cerulean #1A417C
RGB
CMYK
RGB Variations
Color information
#1A417C (or 0x1A417C) is known color: Dark Cerulean. HEX triplet: 1A, 41 and 7C. RGB value is (26,65,124). Sum of RGB (Red+Green+Blue) = 26+65+124=215 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.09% from 215); Green value is 65 (25.78% from 255 or 30.23% from 215); Blue value is 124 (48.83% from 255 or 57.67% from 215); Max value from RGB is 124 - color contains mainly: blue. Hex color #1A417C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A417C is #E5BE83. Grayscale: #3B3B3B. Windows color (decimal): -15056516 or 8143130. OLE color: 8143130.
HSL color Cylindrical-coordinate representation of color #1A417C: hue angle of 216.12º 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 #1A417C is Cyan = 0.79, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 26 | 65 | 124 | - |
| CMYK | 0.79 | 0.48 | 0 | 0.51 |
| HSL | 216.12º | 0.65% | 0.29% | - |
| HSV(B) | 216.12º | 0.79% | 0.49% | - |
| XYZ | 5.95 | 5.46 | 19.81 | - |
| YUV | 60.07 | 164.08 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 65 | 124 | 0.79 | 0.48 | 0 | 0.51 | 216.12 | 0.65 | 0.29 |
| Hex | 1A | 41 | 7C | 4F | 30 | 0 | 33 | D8 | 41 | 1D |
| Octal | 32 | 101 | 174 | 117 | 60 | 0 | 63 | 330 | 101 | 35 |
| Binary | 11010 | 1000001 | 1111100 | 1001111 | 110000 | 0 | 110011 | 11011000 | 1000001 | 11101 |
Color Harmonies of #1A417C
Complementary color
Monochromatic Colors of #1A417C
Black with #1A417C
Text Example
Text Example
White with #1A417C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A417C; }
p { color: rgb(26,65,124); }
H1.HeaderClassName
{
color: #1A417C;
}
.AnyTagClassName
{
color: #1A417C;
}
</style>
background-color css
<style>
a { background-color: #1A417C; }
a { background-color: rgb(26,65,124); }
div.DivClassName
{
background-color: #1A417C;
}
.BgClassName
{
background-color: #1A417C;
}
</style>
border-color css
<style>
span { border-color: #1A417C; }
span { border-color: rgb(26,65,124); }
td.TdClassName
{
border-color: #1A417C;
}
.TagClassName
{
border-color: #1A417C;
}
</style>