Shades of Dark Cerulean #1A3C73
Tints of Dark Cerulean #1A3C73
RGB
CMYK
RGB Variations
Color information
#1A3C73 (or 0x1A3C73) is known color: Dark Cerulean. HEX triplet: 1A, 3C and 73. RGB value is (26,60,115). Sum of RGB (Red+Green+Blue) = 26+60+115=201 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.94% from 201); Green value is 60 (23.83% from 255 or 29.85% from 201); Blue value is 115 (45.31% from 255 or 57.21% from 201); Max value from RGB is 115 - color contains mainly: blue. Hex color #1A3C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3C73 is #E5C38C. Grayscale: #373737. Windows color (decimal): -15057805 or 7552026. OLE color: 7552026.
HSL color Cylindrical-coordinate representation of color #1A3C73: hue angle of 217.08º 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 #1A3C73 is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 26 | 60 | 115 | - |
| CMYK | 0.77 | 0.48 | 0 | 0.55 |
| HSL | 217.08º | 0.63% | 0.28% | - |
| HSV(B) | 217.08º | 0.77% | 0.45% | - |
| XYZ | 5.14 | 4.69 | 16.85 | - |
| YUV | 56.1 | 161.24 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 60 | 115 | 0.77 | 0.48 | 0 | 0.55 | 217.08 | 0.63 | 0.28 |
| Hex | 1A | 3C | 73 | 4D | 30 | 0 | 37 | D9 | 3F | 1C |
| Octal | 32 | 74 | 163 | 115 | 60 | 0 | 67 | 331 | 77 | 34 |
| Binary | 11010 | 111100 | 1110011 | 1001101 | 110000 | 0 | 110111 | 11011001 | 111111 | 11100 |
Color Harmonies of #1A3C73
Complementary color
Monochromatic Colors of #1A3C73
Black with #1A3C73
Text Example
Text Example
White with #1A3C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3C73; }
p { color: rgb(26,60,115); }
H1.HeaderClassName
{
color: #1A3C73;
}
.AnyTagClassName
{
color: #1A3C73;
}
</style>
background-color css
<style>
a { background-color: #1A3C73; }
a { background-color: rgb(26,60,115); }
div.DivClassName
{
background-color: #1A3C73;
}
.BgClassName
{
background-color: #1A3C73;
}
</style>
border-color css
<style>
span { border-color: #1A3C73; }
span { border-color: rgb(26,60,115); }
td.TdClassName
{
border-color: #1A3C73;
}
.TagClassName
{
border-color: #1A3C73;
}
</style>