Shades of Persian Blue #0E3DB8
Tints of Persian Blue #0E3DB8
RGB
CMYK
RGB Variations
Color information
#0E3DB8 (or 0x0E3DB8) is known color: Persian Blue. HEX triplet: 0E, 3D and B8. RGB value is (14,61,184). Sum of RGB (Red+Green+Blue) = 14+61+184=259 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.41% from 259); Green value is 61 (24.22% from 255 or 23.55% from 259); Blue value is 184 (72.27% from 255 or 71.04% from 259); Max value from RGB is 184 - color contains mainly: blue. Hex color #0E3DB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E3DB8 is #F1C247. Grayscale: #3C3C3C. Windows color (decimal): -15843912 or 12074254. OLE color: 12074254.
HSL color Cylindrical-coordinate representation of color #0E3DB8: hue angle of 223.41º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E3DB8 is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 14 | 61 | 184 | - |
| CMYK | 0.92 | 0.67 | 0 | 0.28 |
| HSL | 223.41º | 0.86% | 0.39% | - |
| HSV(B) | 223.41º | 0.92% | 0.72% | - |
| XYZ | 10.5 | 6.89 | 46.12 | - |
| YUV | 60.97 | 197.43 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 61 | 184 | 0.92 | 0.67 | 0 | 0.28 | 223.41 | 0.86 | 0.39 |
| Hex | E | 3D | B8 | 5C | 43 | 0 | 1C | DF | 56 | 27 |
| Octal | 16 | 75 | 270 | 134 | 103 | 0 | 34 | 337 | 126 | 47 |
| Binary | 1110 | 111101 | 10111000 | 1011100 | 1000011 | 0 | 11100 | 11011111 | 1010110 | 100111 |
Color Harmonies of #0E3DB8
Complementary color
Monochromatic Colors of #0E3DB8
Black with #0E3DB8
Text Example
Text Example
White with #0E3DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3DB8; }
p { color: rgb(14,61,184); }
H1.HeaderClassName
{
color: #0E3DB8;
}
.AnyTagClassName
{
color: #0E3DB8;
}
</style>
background-color css
<style>
a { background-color: #0E3DB8; }
a { background-color: rgb(14,61,184); }
div.DivClassName
{
background-color: #0E3DB8;
}
.BgClassName
{
background-color: #0E3DB8;
}
</style>
border-color css
<style>
span { border-color: #0E3DB8; }
span { border-color: rgb(14,61,184); }
td.TdClassName
{
border-color: #0E3DB8;
}
.TagClassName
{
border-color: #0E3DB8;
}
</style>