Shades of Dark Cerulean #154283
Tints of Dark Cerulean #154283
RGB
CMYK
RGB Variations
Color information
#154283 (or 0x154283) is known color: Dark Cerulean. HEX triplet: 15, 42 and 83. RGB value is (21,66,131). Sum of RGB (Red+Green+Blue) = 21+66+131=218 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.63% from 218); Green value is 66 (26.17% from 255 or 30.28% from 218); Blue value is 131 (51.56% from 255 or 60.09% from 218); Max value from RGB is 131 - color contains mainly: blue. Hex color #154283 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154283 is #EABD7C. Grayscale: #3B3B3B. Windows color (decimal): -15383933 or 8602133. OLE color: 8602133.
HSL color Cylindrical-coordinate representation of color #154283: hue angle of 215.45º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #154283 is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 21 | 66 | 131 | - |
| CMYK | 0.84 | 0.50 | 0 | 0.49 |
| HSL | 215.45º | 0.72% | 0.3% | - |
| HSV(B) | 215.45º | 0.84% | 0.51% | - |
| XYZ | 6.35 | 5.69 | 22.24 | - |
| YUV | 59.96 | 168.09 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 66 | 131 | 0.84 | 0.50 | 0 | 0.49 | 215.45 | 0.72 | 0.3 |
| Hex | 15 | 42 | 83 | 54 | 32 | 0 | 31 | D7 | 48 | 1E |
| Octal | 25 | 102 | 203 | 124 | 62 | 0 | 61 | 327 | 110 | 36 |
| Binary | 10101 | 1000010 | 10000011 | 1010100 | 110010 | 0 | 110001 | 11010111 | 1001000 | 11110 |
Color Harmonies of #154283
Complementary color
Monochromatic Colors of #154283
Black with #154283
Text Example
Text Example
White with #154283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154283; }
p { color: rgb(21,66,131); }
H1.HeaderClassName
{
color: #154283;
}
.AnyTagClassName
{
color: #154283;
}
</style>
background-color css
<style>
a { background-color: #154283; }
a { background-color: rgb(21,66,131); }
div.DivClassName
{
background-color: #154283;
}
.BgClassName
{
background-color: #154283;
}
</style>
border-color css
<style>
span { border-color: #154283; }
span { border-color: rgb(21,66,131); }
td.TdClassName
{
border-color: #154283;
}
.TagClassName
{
border-color: #154283;
}
</style>