Shades of Dark Cerulean #1A3B7C
Tints of Dark Cerulean #1A3B7C
RGB
CMYK
RGB Variations
Color information
#1A3B7C (or 0x1A3B7C) is known color: Dark Cerulean. HEX triplet: 1A, 3B and 7C. RGB value is (26,59,124). Sum of RGB (Red+Green+Blue) = 26+59+124=209 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.44% from 209); Green value is 59 (23.44% from 255 or 28.23% from 209); Blue value is 124 (48.83% from 255 or 59.33% from 209); Max value from RGB is 124 - color contains mainly: blue. Hex color #1A3B7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3B7C is #E5C483. Grayscale: #383838. Windows color (decimal): -15058052 or 8141594. OLE color: 8141594.
HSL color Cylindrical-coordinate representation of color #1A3B7C: hue angle of 219.8º 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 #1A3B7C is Cyan = 0.79, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 26 | 59 | 124 | - |
| CMYK | 0.79 | 0.52 | 0 | 0.51 |
| HSL | 219.8º | 0.65% | 0.29% | - |
| HSV(B) | 219.8º | 0.79% | 0.49% | - |
| XYZ | 5.63 | 4.8 | 19.7 | - |
| YUV | 56.54 | 166.07 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 59 | 124 | 0.79 | 0.52 | 0 | 0.51 | 219.8 | 0.65 | 0.29 |
| Hex | 1A | 3B | 7C | 4F | 34 | 0 | 33 | DC | 41 | 1D |
| Octal | 32 | 73 | 174 | 117 | 64 | 0 | 63 | 334 | 101 | 35 |
| Binary | 11010 | 111011 | 1111100 | 1001111 | 110100 | 0 | 110011 | 11011100 | 1000001 | 11101 |
Color Harmonies of #1A3B7C
Complementary color
Monochromatic Colors of #1A3B7C
Black with #1A3B7C
Text Example
Text Example
White with #1A3B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3B7C; }
p { color: rgb(26,59,124); }
H1.HeaderClassName
{
color: #1A3B7C;
}
.AnyTagClassName
{
color: #1A3B7C;
}
</style>
background-color css
<style>
a { background-color: #1A3B7C; }
a { background-color: rgb(26,59,124); }
div.DivClassName
{
background-color: #1A3B7C;
}
.BgClassName
{
background-color: #1A3B7C;
}
</style>
border-color css
<style>
span { border-color: #1A3B7C; }
span { border-color: rgb(26,59,124); }
td.TdClassName
{
border-color: #1A3B7C;
}
.TagClassName
{
border-color: #1A3B7C;
}
</style>