Shades of Persian Blue #0B3CED
Tints of Persian Blue #0B3CED
RGB
CMYK
RGB Variations
Color information
#0B3CED (or 0x0B3CED) is known color: Persian Blue. HEX triplet: 0B, 3C and ED. RGB value is (11,60,237). Sum of RGB (Red+Green+Blue) = 11+60+237=308 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.57% from 308); Green value is 60 (23.83% from 255 or 19.48% from 308); Blue value is 237 (92.97% from 255 or 76.95% from 308); Max value from RGB is 237 - color contains mainly: blue. Hex color #0B3CED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0B3CED is #F4C312. Grayscale: #404040. Windows color (decimal): -16040723 or 15547403. OLE color: 15547403.
HSL color Cylindrical-coordinate representation of color #0B3CED: hue angle of 226.99º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B3CED is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 11 | 60 | 237 | - |
| CMYK | 0.95 | 0.75 | 0 | 0.07 |
| HSL | 226.99º | 0.91% | 0.49% | - |
| HSV(B) | 226.99º | 0.95% | 0.93% | - |
| XYZ | 17.04 | 9.42 | 81.04 | - |
| YUV | 65.53 | 224.77 | 89.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 60 | 237 | 0.95 | 0.75 | 0 | 0.07 | 226.99 | 0.91 | 0.49 |
| Hex | B | 3C | ED | 5F | 4B | 0 | 7 | E3 | 5B | 31 |
| Octal | 13 | 74 | 355 | 137 | 113 | 0 | 7 | 343 | 133 | 61 |
| Binary | 1011 | 111100 | 11101101 | 1011111 | 1001011 | 0 | 111 | 11100011 | 1011011 | 110001 |
Color Harmonies of #0B3CED
Complementary color
Monochromatic Colors of #0B3CED
Black with #0B3CED
Text Example
Text Example
White with #0B3CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3CED; }
p { color: rgb(11,60,237); }
H1.HeaderClassName
{
color: #0B3CED;
}
.AnyTagClassName
{
color: #0B3CED;
}
</style>
background-color css
<style>
a { background-color: #0B3CED; }
a { background-color: rgb(11,60,237); }
div.DivClassName
{
background-color: #0B3CED;
}
.BgClassName
{
background-color: #0B3CED;
}
</style>
border-color css
<style>
span { border-color: #0B3CED; }
span { border-color: rgb(11,60,237); }
td.TdClassName
{
border-color: #0B3CED;
}
.TagClassName
{
border-color: #0B3CED;
}
</style>