Shades of Dark Cerulean #15438C
Tints of Dark Cerulean #15438C
RGB
CMYK
RGB Variations
Color information
#15438C (or 0x15438C) is known color: Dark Cerulean. HEX triplet: 15, 43 and 8C. RGB value is (21,67,140). Sum of RGB (Red+Green+Blue) = 21+67+140=228 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.21% from 228); Green value is 67 (26.56% from 255 or 29.39% from 228); Blue value is 140 (55.08% from 255 or 61.40% from 228); Max value from RGB is 140 - color contains mainly: blue. Hex color #15438C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15438C is #EABC73. Grayscale: #3D3D3D. Windows color (decimal): -15383668 or 9192213. OLE color: 9192213.
HSL color Cylindrical-coordinate representation of color #15438C: hue angle of 216.81º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15438C is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 67 | 140 | - |
| CMYK | 0.85 | 0.52 | 0 | 0.45 |
| HSL | 216.81º | 0.74% | 0.32% | - |
| HSV(B) | 216.81º | 0.85% | 0.55% | - |
| XYZ | 7.05 | 6.07 | 25.61 | - |
| YUV | 61.57 | 172.26 | 99.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 67 | 140 | 0.85 | 0.52 | 0 | 0.45 | 216.81 | 0.74 | 0.32 |
| Hex | 15 | 43 | 8C | 55 | 34 | 0 | 2D | D9 | 4A | 20 |
| Octal | 25 | 103 | 214 | 125 | 64 | 0 | 55 | 331 | 112 | 40 |
| Binary | 10101 | 1000011 | 10001100 | 1010101 | 110100 | 0 | 101101 | 11011001 | 1001010 | 100000 |
Color Harmonies of #15438C
Complementary color
Monochromatic Colors of #15438C
Black with #15438C
Text Example
Text Example
White with #15438C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15438C; }
p { color: rgb(21,67,140); }
H1.HeaderClassName
{
color: #15438C;
}
.AnyTagClassName
{
color: #15438C;
}
</style>
background-color css
<style>
a { background-color: #15438C; }
a { background-color: rgb(21,67,140); }
div.DivClassName
{
background-color: #15438C;
}
.BgClassName
{
background-color: #15438C;
}
</style>
border-color css
<style>
span { border-color: #15438C; }
span { border-color: rgb(21,67,140); }
td.TdClassName
{
border-color: #15438C;
}
.TagClassName
{
border-color: #15438C;
}
</style>