Shades of Dark Cerulean #1A4387
Tints of Dark Cerulean #1A4387
RGB
CMYK
RGB Variations
Color information
#1A4387 (or 0x1A4387) is known color: Dark Cerulean. HEX triplet: 1A, 43 and 87. RGB value is (26,67,135). Sum of RGB (Red+Green+Blue) = 26+67+135=228 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.40% from 228); Green value is 67 (26.56% from 255 or 29.39% from 228); Blue value is 135 (53.12% from 255 or 59.21% from 228); Max value from RGB is 135 - color contains mainly: blue. Hex color #1A4387 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A4387 is #E5BC78. Grayscale: #3E3E3E. Windows color (decimal): -15055993 or 8864538. OLE color: 8864538.
HSL color Cylindrical-coordinate representation of color #1A4387: hue angle of 217.43º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A4387 is Cyan = 0.81, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 26 | 67 | 135 | - |
| CMYK | 0.81 | 0.50 | 0 | 0.47 |
| HSL | 217.43º | 0.68% | 0.32% | - |
| HSV(B) | 217.43º | 0.81% | 0.53% | - |
| XYZ | 6.81 | 5.98 | 23.72 | - |
| YUV | 62.49 | 168.92 | 101.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 67 | 135 | 0.81 | 0.50 | 0 | 0.47 | 217.43 | 0.68 | 0.32 |
| Hex | 1A | 43 | 87 | 51 | 32 | 0 | 2F | D9 | 44 | 20 |
| Octal | 32 | 103 | 207 | 121 | 62 | 0 | 57 | 331 | 104 | 40 |
| Binary | 11010 | 1000011 | 10000111 | 1010001 | 110010 | 0 | 101111 | 11011001 | 1000100 | 100000 |
Color Harmonies of #1A4387
Complementary color
Monochromatic Colors of #1A4387
Black with #1A4387
Text Example
Text Example
White with #1A4387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4387; }
p { color: rgb(26,67,135); }
H1.HeaderClassName
{
color: #1A4387;
}
.AnyTagClassName
{
color: #1A4387;
}
</style>
background-color css
<style>
a { background-color: #1A4387; }
a { background-color: rgb(26,67,135); }
div.DivClassName
{
background-color: #1A4387;
}
.BgClassName
{
background-color: #1A4387;
}
</style>
border-color css
<style>
span { border-color: #1A4387; }
span { border-color: rgb(26,67,135); }
td.TdClassName
{
border-color: #1A4387;
}
.TagClassName
{
border-color: #1A4387;
}
</style>