Shades of Persian Blue #0E38CC
Tints of Persian Blue #0E38CC
RGB
CMYK
RGB Variations
Color information
#0E38CC (or 0x0E38CC) is known color: Persian Blue. HEX triplet: 0E, 38 and CC. RGB value is (14,56,204). Sum of RGB (Red+Green+Blue) = 14+56+204=274 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.11% from 274); Green value is 56 (22.27% from 255 or 20.44% from 274); Blue value is 204 (80.08% from 255 or 74.45% from 274); Max value from RGB is 204 - color contains mainly: blue. Hex color #0E38CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E38CC is #F1C733. Grayscale: #3B3B3B. Windows color (decimal): -15845172 or 13383694. OLE color: 13383694.
HSL color Cylindrical-coordinate representation of color #0E38CC: hue angle of 226.74º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E38CC is Cyan = 0.93, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 14 | 56 | 204 | - |
| CMYK | 0.93 | 0.73 | 0 | 0.2 |
| HSL | 226.74º | 0.87% | 0.43% | - |
| HSV(B) | 226.74º | 0.93% | 0.8% | - |
| XYZ | 12.49 | 7.28 | 57.87 | - |
| YUV | 60.31 | 209.09 | 94.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 56 | 204 | 0.93 | 0.73 | 0 | 0.2 | 226.74 | 0.87 | 0.43 |
| Hex | E | 38 | CC | 5D | 49 | 0 | 14 | E3 | 57 | 2B |
| Octal | 16 | 70 | 314 | 135 | 111 | 0 | 24 | 343 | 127 | 53 |
| Binary | 1110 | 111000 | 11001100 | 1011101 | 1001001 | 0 | 10100 | 11100011 | 1010111 | 101011 |
Color Harmonies of #0E38CC
Complementary color
Monochromatic Colors of #0E38CC
Black with #0E38CC
Text Example
Text Example
White with #0E38CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E38CC; }
p { color: rgb(14,56,204); }
H1.HeaderClassName
{
color: #0E38CC;
}
.AnyTagClassName
{
color: #0E38CC;
}
</style>
background-color css
<style>
a { background-color: #0E38CC; }
a { background-color: rgb(14,56,204); }
div.DivClassName
{
background-color: #0E38CC;
}
.BgClassName
{
background-color: #0E38CC;
}
</style>
border-color css
<style>
span { border-color: #0E38CC; }
span { border-color: rgb(14,56,204); }
td.TdClassName
{
border-color: #0E38CC;
}
.TagClassName
{
border-color: #0E38CC;
}
</style>