Shades of Dark Cerulean #1A448C
Tints of Dark Cerulean #1A448C
RGB
CMYK
RGB Variations
Color information
#1A448C (or 0x1A448C) is known color: Dark Cerulean. HEX triplet: 1A, 44 and 8C. RGB value is (26,68,140). Sum of RGB (Red+Green+Blue) = 26+68+140=234 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.11% from 234); Green value is 68 (26.95% from 255 or 29.06% from 234); Blue value is 140 (55.08% from 255 or 59.83% from 234); Max value from RGB is 140 - color contains mainly: blue. Hex color #1A448C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A448C is #E5BB73. Grayscale: #3F3F3F. Windows color (decimal): -15055732 or 9192474. OLE color: 9192474.
HSL color Cylindrical-coordinate representation of color #1A448C: hue angle of 217.89º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A448C is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 26 | 68 | 140 | - |
| CMYK | 0.81 | 0.51 | 0 | 0.45 |
| HSL | 217.89º | 0.69% | 0.33% | - |
| HSV(B) | 217.89º | 0.81% | 0.55% | - |
| XYZ | 7.23 | 6.25 | 25.64 | - |
| YUV | 63.65 | 171.09 | 101.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 68 | 140 | 0.81 | 0.51 | 0 | 0.45 | 217.89 | 0.69 | 0.33 |
| Hex | 1A | 44 | 8C | 51 | 33 | 0 | 2D | DA | 45 | 21 |
| Octal | 32 | 104 | 214 | 121 | 63 | 0 | 55 | 332 | 105 | 41 |
| Binary | 11010 | 1000100 | 10001100 | 1010001 | 110011 | 0 | 101101 | 11011010 | 1000101 | 100001 |
Color Harmonies of #1A448C
Complementary color
Monochromatic Colors of #1A448C
Black with #1A448C
Text Example
Text Example
White with #1A448C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A448C; }
p { color: rgb(26,68,140); }
H1.HeaderClassName
{
color: #1A448C;
}
.AnyTagClassName
{
color: #1A448C;
}
</style>
background-color css
<style>
a { background-color: #1A448C; }
a { background-color: rgb(26,68,140); }
div.DivClassName
{
background-color: #1A448C;
}
.BgClassName
{
background-color: #1A448C;
}
</style>
border-color css
<style>
span { border-color: #1A448C; }
span { border-color: rgb(26,68,140); }
td.TdClassName
{
border-color: #1A448C;
}
.TagClassName
{
border-color: #1A448C;
}
</style>