Shades of Deep Sea #257B5D
Tints of Deep Sea #257B5D
RGB
CMYK
RGB Variations
Color information
#257B5D (or 0x257B5D) is known color: Deep Sea. HEX triplet: 25, 7B and 5D. RGB value is (37,123,93). Sum of RGB (Red+Green+Blue) = 37+123+93=253 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.62% from 253); Green value is 123 (48.44% from 255 or 48.62% from 253); Blue value is 93 (36.72% from 255 or 36.76% from 253); Max value from RGB is 123 - color contains mainly: green. Hex color #257B5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257B5D is #DA84A2. Grayscale: #5D5D5D. Windows color (decimal): -14320803 or 6126373. OLE color: 6126373.
HSL color Cylindrical-coordinate representation of color #257B5D: hue angle of 159.07º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #257B5D is Cyan = 0.70, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 37 | 123 | 93 | - |
| CMYK | 0.70 | 0 | 0.24 | 0.52 |
| HSL | 159.07º | 0.54% | 0.31% | - |
| HSV(B) | 159.07º | 0.7% | 0.48% | - |
| XYZ | 9.82 | 15.35 | 12.8 | - |
| YUV | 93.87 | 127.51 | 87.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 123 | 93 | 0.70 | 0 | 0.24 | 0.52 | 159.07 | 0.54 | 0.31 |
| Hex | 25 | 7B | 5D | 46 | 0 | 18 | 34 | 9F | 36 | 1F |
| Octal | 45 | 173 | 135 | 106 | 0 | 30 | 64 | 237 | 66 | 37 |
| Binary | 100101 | 1111011 | 1011101 | 1000110 | 0 | 11000 | 110100 | 10011111 | 110110 | 11111 |
Color Harmonies of #257B5D
Complementary color
Monochromatic Colors of #257B5D
Black with #257B5D
Text Example
Text Example
White with #257B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257B5D; }
p { color: rgb(37,123,93); }
H1.HeaderClassName
{
color: #257B5D;
}
.AnyTagClassName
{
color: #257B5D;
}
</style>
background-color css
<style>
a { background-color: #257B5D; }
a { background-color: rgb(37,123,93); }
div.DivClassName
{
background-color: #257B5D;
}
.BgClassName
{
background-color: #257B5D;
}
</style>
border-color css
<style>
span { border-color: #257B5D; }
span { border-color: rgb(37,123,93); }
td.TdClassName
{
border-color: #257B5D;
}
.TagClassName
{
border-color: #257B5D;
}
</style>