Shades of Persian Blue #0F38CC
Tints of Persian Blue #0F38CC
RGB
CMYK
RGB Variations
Color information
#0F38CC (or 0x0F38CC) is known color: Persian Blue. HEX triplet: 0F, 38 and CC. RGB value is (15,56,204). Sum of RGB (Red+Green+Blue) = 15+56+204=275 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.45% from 275); Green value is 56 (22.27% from 255 or 20.36% from 275); Blue value is 204 (80.08% from 255 or 74.18% from 275); Max value from RGB is 204 - color contains mainly: blue. Hex color #0F38CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F38CC is #F0C733. Grayscale: #3B3B3B. Windows color (decimal): -15779636 or 13383695. OLE color: 13383695.
HSL color Cylindrical-coordinate representation of color #0F38CC: hue angle of 226.98º degrees, saturation: 0.86, 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 #0F38CC is Cyan = 0.93, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 15 | 56 | 204 | - |
| CMYK | 0.93 | 0.73 | 0 | 0.2 |
| HSL | 226.98º | 0.86% | 0.43% | - |
| HSV(B) | 226.98º | 0.93% | 0.8% | - |
| XYZ | 12.51 | 7.29 | 57.87 | - |
| YUV | 60.61 | 208.92 | 95.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 56 | 204 | 0.93 | 0.73 | 0 | 0.2 | 226.98 | 0.86 | 0.43 |
| Hex | F | 38 | CC | 5D | 49 | 0 | 14 | E3 | 56 | 2B |
| Octal | 17 | 70 | 314 | 135 | 111 | 0 | 24 | 343 | 126 | 53 |
| Binary | 1111 | 111000 | 11001100 | 1011101 | 1001001 | 0 | 10100 | 11100011 | 1010110 | 101011 |
Color Harmonies of #0F38CC
Complementary color
Monochromatic Colors of #0F38CC
Black with #0F38CC
Text Example
Text Example
White with #0F38CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F38CC; }
p { color: rgb(15,56,204); }
H1.HeaderClassName
{
color: #0F38CC;
}
.AnyTagClassName
{
color: #0F38CC;
}
</style>
background-color css
<style>
a { background-color: #0F38CC; }
a { background-color: rgb(15,56,204); }
div.DivClassName
{
background-color: #0F38CC;
}
.BgClassName
{
background-color: #0F38CC;
}
</style>
border-color css
<style>
span { border-color: #0F38CC; }
span { border-color: rgb(15,56,204); }
td.TdClassName
{
border-color: #0F38CC;
}
.TagClassName
{
border-color: #0F38CC;
}
</style>