Shades of Dark Cerulean #1A397F
Tints of Dark Cerulean #1A397F
RGB
CMYK
RGB Variations
Color information
#1A397F (or 0x1A397F) is known color: Dark Cerulean. HEX triplet: 1A, 39 and 7F. RGB value is (26,57,127). Sum of RGB (Red+Green+Blue) = 26+57+127=210 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.38% from 210); Green value is 57 (22.66% from 255 or 27.14% from 210); Blue value is 127 (50% from 255 or 60.48% from 210); Max value from RGB is 127 - color contains mainly: blue. Hex color #1A397F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A397F is #E5C680. Grayscale: #373737. Windows color (decimal): -15058561 or 8337690. OLE color: 8337690.
HSL color Cylindrical-coordinate representation of color #1A397F: hue angle of 221.58º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A397F is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 26 | 57 | 127 | - |
| CMYK | 0.80 | 0.55 | 0 | 0.50 |
| HSL | 221.58º | 0.66% | 0.3% | - |
| HSV(B) | 221.58º | 0.8% | 0.5% | - |
| XYZ | 5.72 | 4.68 | 20.68 | - |
| YUV | 55.71 | 168.23 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 57 | 127 | 0.80 | 0.55 | 0 | 0.50 | 221.58 | 0.66 | 0.3 |
| Hex | 1A | 39 | 7F | 50 | 37 | 0 | 32 | DE | 42 | 1E |
| Octal | 32 | 71 | 177 | 120 | 67 | 0 | 62 | 336 | 102 | 36 |
| Binary | 11010 | 111001 | 1111111 | 1010000 | 110111 | 0 | 110010 | 11011110 | 1000010 | 11110 |
Color Harmonies of #1A397F
Complementary color
Monochromatic Colors of #1A397F
Black with #1A397F
Text Example
Text Example
White with #1A397F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A397F; }
p { color: rgb(26,57,127); }
H1.HeaderClassName
{
color: #1A397F;
}
.AnyTagClassName
{
color: #1A397F;
}
</style>
background-color css
<style>
a { background-color: #1A397F; }
a { background-color: rgb(26,57,127); }
div.DivClassName
{
background-color: #1A397F;
}
.BgClassName
{
background-color: #1A397F;
}
</style>
border-color css
<style>
span { border-color: #1A397F; }
span { border-color: rgb(26,57,127); }
td.TdClassName
{
border-color: #1A397F;
}
.TagClassName
{
border-color: #1A397F;
}
</style>