Shades of Dark Cerulean #1A438B
Tints of Dark Cerulean #1A438B
RGB
CMYK
RGB Variations
Color information
#1A438B (or 0x1A438B) is known color: Dark Cerulean. HEX triplet: 1A, 43 and 8B. RGB value is (26,67,139). Sum of RGB (Red+Green+Blue) = 26+67+139=232 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.21% from 232); Green value is 67 (26.56% from 255 or 28.88% from 232); Blue value is 139 (54.69% from 255 or 59.91% from 232); Max value from RGB is 139 - color contains mainly: blue. Hex color #1A438B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A438B is #E5BC74. Grayscale: #3E3E3E. Windows color (decimal): -15055989 or 9126682. OLE color: 9126682.
HSL color Cylindrical-coordinate representation of color #1A438B: hue angle of 218.23º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A438B is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 26 | 67 | 139 | - |
| CMYK | 0.81 | 0.52 | 0 | 0.45 |
| HSL | 218.23º | 0.68% | 0.32% | - |
| HSV(B) | 218.23º | 0.81% | 0.55% | - |
| XYZ | 7.09 | 6.1 | 25.23 | - |
| YUV | 62.95 | 170.92 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 67 | 139 | 0.81 | 0.52 | 0 | 0.45 | 218.23 | 0.68 | 0.32 |
| Hex | 1A | 43 | 8B | 51 | 34 | 0 | 2D | DA | 44 | 20 |
| Octal | 32 | 103 | 213 | 121 | 64 | 0 | 55 | 332 | 104 | 40 |
| Binary | 11010 | 1000011 | 10001011 | 1010001 | 110100 | 0 | 101101 | 11011010 | 1000100 | 100000 |
Color Harmonies of #1A438B
Complementary color
Monochromatic Colors of #1A438B
Black with #1A438B
Text Example
Text Example
White with #1A438B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A438B; }
p { color: rgb(26,67,139); }
H1.HeaderClassName
{
color: #1A438B;
}
.AnyTagClassName
{
color: #1A438B;
}
</style>
background-color css
<style>
a { background-color: #1A438B; }
a { background-color: rgb(26,67,139); }
div.DivClassName
{
background-color: #1A438B;
}
.BgClassName
{
background-color: #1A438B;
}
</style>
border-color css
<style>
span { border-color: #1A438B; }
span { border-color: rgb(26,67,139); }
td.TdClassName
{
border-color: #1A438B;
}
.TagClassName
{
border-color: #1A438B;
}
</style>