Shades of Dark Cerulean #154B7D
Tints of Dark Cerulean #154B7D
RGB
CMYK
RGB Variations
Color information
#154B7D (or 0x154B7D) is known color: Dark Cerulean. HEX triplet: 15, 4B and 7D. RGB value is (21,75,125). Sum of RGB (Red+Green+Blue) = 21+75+125=221 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.50% from 221); Green value is 75 (29.69% from 255 or 33.94% from 221); Blue value is 125 (49.22% from 255 or 56.56% from 221); Max value from RGB is 125 - color contains mainly: blue. Hex color #154B7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154B7D is #EAB482. Grayscale: #404040. Windows color (decimal): -15381635 or 8211221. OLE color: 8211221.
HSL color Cylindrical-coordinate representation of color #154B7D: hue angle of 208.85º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #154B7D is Cyan = 0.83, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 21 | 75 | 125 | - |
| CMYK | 0.83 | 0.40 | 0 | 0.51 |
| HSL | 208.85º | 0.71% | 0.29% | - |
| HSV(B) | 208.85º | 0.83% | 0.49% | - |
| XYZ | 6.53 | 6.67 | 20.35 | - |
| YUV | 64.55 | 162.11 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 75 | 125 | 0.83 | 0.40 | 0 | 0.51 | 208.85 | 0.71 | 0.29 |
| Hex | 15 | 4B | 7D | 53 | 28 | 0 | 33 | D1 | 47 | 1D |
| Octal | 25 | 113 | 175 | 123 | 50 | 0 | 63 | 321 | 107 | 35 |
| Binary | 10101 | 1001011 | 1111101 | 1010011 | 101000 | 0 | 110011 | 11010001 | 1000111 | 11101 |
Color Harmonies of #154B7D
Complementary color
Monochromatic Colors of #154B7D
Black with #154B7D
Text Example
Text Example
White with #154B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154B7D; }
p { color: rgb(21,75,125); }
H1.HeaderClassName
{
color: #154B7D;
}
.AnyTagClassName
{
color: #154B7D;
}
</style>
background-color css
<style>
a { background-color: #154B7D; }
a { background-color: rgb(21,75,125); }
div.DivClassName
{
background-color: #154B7D;
}
.BgClassName
{
background-color: #154B7D;
}
</style>
border-color css
<style>
span { border-color: #154B7D; }
span { border-color: rgb(21,75,125); }
td.TdClassName
{
border-color: #154B7D;
}
.TagClassName
{
border-color: #154B7D;
}
</style>