Shades of Dark Cerulean #153F7B
Tints of Dark Cerulean #153F7B
RGB
CMYK
RGB Variations
Color information
#153F7B (or 0x153F7B) is known color: Dark Cerulean. HEX triplet: 15, 3F and 7B. RGB value is (21,63,123). Sum of RGB (Red+Green+Blue) = 21+63+123=207 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.14% from 207); Green value is 63 (25% from 255 or 30.43% from 207); Blue value is 123 (48.44% from 255 or 59.42% from 207); Max value from RGB is 123 - color contains mainly: blue. Hex color #153F7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153F7B is #EAC084. Grayscale: #383838. Windows color (decimal): -15384709 or 8077077. OLE color: 8077077.
HSL color Cylindrical-coordinate representation of color #153F7B: hue angle of 215.29º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #153F7B is Cyan = 0.83, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 21 | 63 | 123 | - |
| CMYK | 0.83 | 0.49 | 0 | 0.52 |
| HSL | 215.29º | 0.71% | 0.28% | - |
| HSV(B) | 215.29º | 0.83% | 0.48% | - |
| XYZ | 5.66 | 5.14 | 19.43 | - |
| YUV | 57.28 | 165.09 | 102.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 63 | 123 | 0.83 | 0.49 | 0 | 0.52 | 215.29 | 0.71 | 0.28 |
| Hex | 15 | 3F | 7B | 53 | 31 | 0 | 34 | D7 | 47 | 1C |
| Octal | 25 | 77 | 173 | 123 | 61 | 0 | 64 | 327 | 107 | 34 |
| Binary | 10101 | 111111 | 1111011 | 1010011 | 110001 | 0 | 110100 | 11010111 | 1000111 | 11100 |
Color Harmonies of #153F7B
Complementary color
Monochromatic Colors of #153F7B
Black with #153F7B
Text Example
Text Example
White with #153F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153F7B; }
p { color: rgb(21,63,123); }
H1.HeaderClassName
{
color: #153F7B;
}
.AnyTagClassName
{
color: #153F7B;
}
</style>
background-color css
<style>
a { background-color: #153F7B; }
a { background-color: rgb(21,63,123); }
div.DivClassName
{
background-color: #153F7B;
}
.BgClassName
{
background-color: #153F7B;
}
</style>
border-color css
<style>
span { border-color: #153F7B; }
span { border-color: rgb(21,63,123); }
td.TdClassName
{
border-color: #153F7B;
}
.TagClassName
{
border-color: #153F7B;
}
</style>