Shades of Eastern Blue #0D7993
Tints of Eastern Blue #0D7993
RGB
CMYK
RGB Variations
Color information
#0D7993 (or 0x0D7993) is known color: Eastern Blue. HEX triplet: 0D, 79 and 93. RGB value is (13,121,147). Sum of RGB (Red+Green+Blue) = 13+121+147=281 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.63% from 281); Green value is 121 (47.66% from 255 or 43.06% from 281); Blue value is 147 (57.81% from 255 or 52.31% from 281); Max value from RGB is 147 - color contains mainly: blue. Hex color #0D7993 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D7993 is #F2866C. Grayscale: #5B5B5B. Windows color (decimal): -15894125 or 9664781. OLE color: 9664781.
HSL color Cylindrical-coordinate representation of color #0D7993: hue angle of 191.64º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D7993 is Cyan = 0.91, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 121 | 147 | - |
| CMYK | 0.91 | 0.18 | 0 | 0.42 |
| HSL | 191.64º | 0.84% | 0.31% | - |
| HSV(B) | 191.64º | 0.91% | 0.58% | - |
| XYZ | 12.27 | 15.87 | 30.02 | - |
| YUV | 91.67 | 159.22 | 71.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 121 | 147 | 0.91 | 0.18 | 0 | 0.42 | 191.64 | 0.84 | 0.31 |
| Hex | D | 79 | 93 | 5B | 12 | 0 | 2A | C0 | 54 | 1F |
| Octal | 15 | 171 | 223 | 133 | 22 | 0 | 52 | 300 | 124 | 37 |
| Binary | 1101 | 1111001 | 10010011 | 1011011 | 10010 | 0 | 101010 | 11000000 | 1010100 | 11111 |
Color Harmonies of #0D7993
Complementary color
Monochromatic Colors of #0D7993
Black with #0D7993
Text Example
Text Example
White with #0D7993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7993; }
p { color: rgb(13,121,147); }
H1.HeaderClassName
{
color: #0D7993;
}
.AnyTagClassName
{
color: #0D7993;
}
</style>
background-color css
<style>
a { background-color: #0D7993; }
a { background-color: rgb(13,121,147); }
div.DivClassName
{
background-color: #0D7993;
}
.BgClassName
{
background-color: #0D7993;
}
</style>
border-color css
<style>
span { border-color: #0D7993; }
span { border-color: rgb(13,121,147); }
td.TdClassName
{
border-color: #0D7993;
}
.TagClassName
{
border-color: #0D7993;
}
</style>