Shades of Dark Cerulean #1A467D
Tints of Dark Cerulean #1A467D
RGB
CMYK
RGB Variations
Color information
#1A467D (or 0x1A467D) is known color: Dark Cerulean. HEX triplet: 1A, 46 and 7D. RGB value is (26,70,125). Sum of RGB (Red+Green+Blue) = 26+70+125=221 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.76% from 221); Green value is 70 (27.73% from 255 or 31.67% from 221); Blue value is 125 (49.22% from 255 or 56.56% from 221); Max value from RGB is 125 - color contains mainly: blue. Hex color #1A467D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A467D is #E5B982. Grayscale: #3E3E3E. Windows color (decimal): -15055235 or 8209946. OLE color: 8209946.
HSL color Cylindrical-coordinate representation of color #1A467D: hue angle of 213.33º 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 #1A467D is Cyan = 0.79, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 26 | 70 | 125 | - |
| CMYK | 0.79 | 0.44 | 0 | 0.51 |
| HSL | 213.33º | 0.66% | 0.3% | - |
| HSV(B) | 213.33º | 0.79% | 0.49% | - |
| XYZ | 6.32 | 6.08 | 20.24 | - |
| YUV | 63.11 | 162.92 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 70 | 125 | 0.79 | 0.44 | 0 | 0.51 | 213.33 | 0.66 | 0.3 |
| Hex | 1A | 46 | 7D | 4F | 2C | 0 | 33 | D5 | 42 | 1E |
| Octal | 32 | 106 | 175 | 117 | 54 | 0 | 63 | 325 | 102 | 36 |
| Binary | 11010 | 1000110 | 1111101 | 1001111 | 101100 | 0 | 110011 | 11010101 | 1000010 | 11110 |
Color Harmonies of #1A467D
Complementary color
Monochromatic Colors of #1A467D
Black with #1A467D
Text Example
Text Example
White with #1A467D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A467D; }
p { color: rgb(26,70,125); }
H1.HeaderClassName
{
color: #1A467D;
}
.AnyTagClassName
{
color: #1A467D;
}
</style>
background-color css
<style>
a { background-color: #1A467D; }
a { background-color: rgb(26,70,125); }
div.DivClassName
{
background-color: #1A467D;
}
.BgClassName
{
background-color: #1A467D;
}
</style>
border-color css
<style>
span { border-color: #1A467D; }
span { border-color: rgb(26,70,125); }
td.TdClassName
{
border-color: #1A467D;
}
.TagClassName
{
border-color: #1A467D;
}
</style>