Shades of Persian Blue #0B3DC9
Tints of Persian Blue #0B3DC9
RGB
CMYK
RGB Variations
Color information
#0B3DC9 (or 0x0B3DC9) is known color: Persian Blue. HEX triplet: 0B, 3D and C9. RGB value is (11,61,201). Sum of RGB (Red+Green+Blue) = 11+61+201=273 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4.03% from 273); Green value is 61 (24.22% from 255 or 22.34% from 273); Blue value is 201 (78.91% from 255 or 73.63% from 273); Max value from RGB is 201 - color contains mainly: blue. Hex color #0B3DC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B3DC9 is #F4C236. Grayscale: #3D3D3D. Windows color (decimal): -16040503 or 13188363. OLE color: 13188363.
HSL color Cylindrical-coordinate representation of color #0B3DC9: hue angle of 224.21º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B3DC9 is Cyan = 0.95, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 11 | 61 | 201 | - |
| CMYK | 0.95 | 0.70 | 0 | 0.21 |
| HSL | 224.21º | 0.9% | 0.42% | - |
| HSV(B) | 224.21º | 0.95% | 0.79% | - |
| XYZ | 12.35 | 7.63 | 56.08 | - |
| YUV | 62.01 | 206.44 | 91.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 61 | 201 | 0.95 | 0.70 | 0 | 0.21 | 224.21 | 0.9 | 0.42 |
| Hex | B | 3D | C9 | 5F | 46 | 0 | 15 | E0 | 5A | 2A |
| Octal | 13 | 75 | 311 | 137 | 106 | 0 | 25 | 340 | 132 | 52 |
| Binary | 1011 | 111101 | 11001001 | 1011111 | 1000110 | 0 | 10101 | 11100000 | 1011010 | 101010 |
Color Harmonies of #0B3DC9
Complementary color
Monochromatic Colors of #0B3DC9
Black with #0B3DC9
Text Example
Text Example
White with #0B3DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3DC9; }
p { color: rgb(11,61,201); }
H1.HeaderClassName
{
color: #0B3DC9;
}
.AnyTagClassName
{
color: #0B3DC9;
}
</style>
background-color css
<style>
a { background-color: #0B3DC9; }
a { background-color: rgb(11,61,201); }
div.DivClassName
{
background-color: #0B3DC9;
}
.BgClassName
{
background-color: #0B3DC9;
}
</style>
border-color css
<style>
span { border-color: #0B3DC9; }
span { border-color: rgb(11,61,201); }
td.TdClassName
{
border-color: #0B3DC9;
}
.TagClassName
{
border-color: #0B3DC9;
}
</style>