Shades of Dark Cerulean #1A4173
Tints of Dark Cerulean #1A4173
RGB
CMYK
RGB Variations
Color information
#1A4173 (or 0x1A4173) is known color: Dark Cerulean. HEX triplet: 1A, 41 and 73. RGB value is (26,65,115). Sum of RGB (Red+Green+Blue) = 26+65+115=206 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.62% from 206); Green value is 65 (25.78% from 255 or 31.55% from 206); Blue value is 115 (45.31% from 255 or 55.83% from 206); Max value from RGB is 115 - color contains mainly: blue. Hex color #1A4173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4173 is #E5BE8C. Grayscale: #3A3A3A. Windows color (decimal): -15056525 or 7553306. OLE color: 7553306.
HSL color Cylindrical-coordinate representation of color #1A4173: hue angle of 213.71º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A4173 is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 26 | 65 | 115 | - |
| CMYK | 0.77 | 0.43 | 0 | 0.55 |
| HSL | 213.71º | 0.63% | 0.28% | - |
| HSV(B) | 213.71º | 0.77% | 0.45% | - |
| XYZ | 5.41 | 5.24 | 16.95 | - |
| YUV | 59.04 | 159.58 | 104.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 65 | 115 | 0.77 | 0.43 | 0 | 0.55 | 213.71 | 0.63 | 0.28 |
| Hex | 1A | 41 | 73 | 4D | 2B | 0 | 37 | D6 | 3F | 1C |
| Octal | 32 | 101 | 163 | 115 | 53 | 0 | 67 | 326 | 77 | 34 |
| Binary | 11010 | 1000001 | 1110011 | 1001101 | 101011 | 0 | 110111 | 11010110 | 111111 | 11100 |
Color Harmonies of #1A4173
Complementary color
Monochromatic Colors of #1A4173
Black with #1A4173
Text Example
Text Example
White with #1A4173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4173; }
p { color: rgb(26,65,115); }
H1.HeaderClassName
{
color: #1A4173;
}
.AnyTagClassName
{
color: #1A4173;
}
</style>
background-color css
<style>
a { background-color: #1A4173; }
a { background-color: rgb(26,65,115); }
div.DivClassName
{
background-color: #1A4173;
}
.BgClassName
{
background-color: #1A4173;
}
</style>
border-color css
<style>
span { border-color: #1A4173; }
span { border-color: rgb(26,65,115); }
td.TdClassName
{
border-color: #1A4173;
}
.TagClassName
{
border-color: #1A4173;
}
</style>