Shades of Dark Cerulean #1A457D
Tints of Dark Cerulean #1A457D
RGB
CMYK
RGB Variations
Color information
#1A457D (or 0x1A457D) is known color: Dark Cerulean. HEX triplet: 1A, 45 and 7D. RGB value is (26,69,125). Sum of RGB (Red+Green+Blue) = 26+69+125=220 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.82% from 220); Green value is 69 (27.34% from 255 or 31.36% from 220); Blue value is 125 (49.22% from 255 or 56.82% from 220); Max value from RGB is 125 - color contains mainly: blue. Hex color #1A457D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A457D is #E5BA82. Grayscale: #3E3E3E. Windows color (decimal): -15055491 or 8209690. OLE color: 8209690.
HSL color Cylindrical-coordinate representation of color #1A457D: hue angle of 213.94º 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 #1A457D is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 26 | 69 | 125 | - |
| CMYK | 0.79 | 0.45 | 0 | 0.51 |
| HSL | 213.94º | 0.66% | 0.3% | - |
| HSV(B) | 213.94º | 0.79% | 0.49% | - |
| XYZ | 6.26 | 5.96 | 20.22 | - |
| YUV | 62.53 | 163.25 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 69 | 125 | 0.79 | 0.45 | 0 | 0.51 | 213.94 | 0.66 | 0.3 |
| Hex | 1A | 45 | 7D | 4F | 2D | 0 | 33 | D6 | 42 | 1E |
| Octal | 32 | 105 | 175 | 117 | 55 | 0 | 63 | 326 | 102 | 36 |
| Binary | 11010 | 1000101 | 1111101 | 1001111 | 101101 | 0 | 110011 | 11010110 | 1000010 | 11110 |
Color Harmonies of #1A457D
Complementary color
Monochromatic Colors of #1A457D
Black with #1A457D
Text Example
Text Example
White with #1A457D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A457D; }
p { color: rgb(26,69,125); }
H1.HeaderClassName
{
color: #1A457D;
}
.AnyTagClassName
{
color: #1A457D;
}
</style>
background-color css
<style>
a { background-color: #1A457D; }
a { background-color: rgb(26,69,125); }
div.DivClassName
{
background-color: #1A457D;
}
.BgClassName
{
background-color: #1A457D;
}
</style>
border-color css
<style>
span { border-color: #1A457D; }
span { border-color: rgb(26,69,125); }
td.TdClassName
{
border-color: #1A457D;
}
.TagClassName
{
border-color: #1A457D;
}
</style>