Shades of Persian Blue #0B3EED
Tints of Persian Blue #0B3EED
RGB
CMYK
RGB Variations
Color information
#0B3EED (or 0x0B3EED) is known color: Persian Blue. HEX triplet: 0B, 3E and ED. RGB value is (11,62,237). Sum of RGB (Red+Green+Blue) = 11+62+237=310 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.55% from 310); Green value is 62 (24.61% from 255 or 20% from 310); Blue value is 237 (92.97% from 255 or 76.45% from 310); Max value from RGB is 237 - color contains mainly: blue. Hex color #0B3EED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0B3EED is #F4C112. Grayscale: #414141. Windows color (decimal): -16040211 or 15547915. OLE color: 15547915.
HSL color Cylindrical-coordinate representation of color #0B3EED: hue angle of 226.46º 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 #0B3EED is Cyan = 0.95, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 11 | 62 | 237 | - |
| CMYK | 0.95 | 0.74 | 0 | 0.07 |
| HSL | 226.46º | 0.91% | 0.49% | - |
| HSV(B) | 226.46º | 0.95% | 0.93% | - |
| XYZ | 17.15 | 9.63 | 81.08 | - |
| YUV | 66.7 | 224.1 | 88.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 62 | 237 | 0.95 | 0.74 | 0 | 0.07 | 226.46 | 0.91 | 0.49 |
| Hex | B | 3E | ED | 5F | 4A | 0 | 7 | E2 | 5B | 31 |
| Octal | 13 | 76 | 355 | 137 | 112 | 0 | 7 | 342 | 133 | 61 |
| Binary | 1011 | 111110 | 11101101 | 1011111 | 1001010 | 0 | 111 | 11100010 | 1011011 | 110001 |
Color Harmonies of #0B3EED
Complementary color
Monochromatic Colors of #0B3EED
Black with #0B3EED
Text Example
Text Example
White with #0B3EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3EED; }
p { color: rgb(11,62,237); }
H1.HeaderClassName
{
color: #0B3EED;
}
.AnyTagClassName
{
color: #0B3EED;
}
</style>
background-color css
<style>
a { background-color: #0B3EED; }
a { background-color: rgb(11,62,237); }
div.DivClassName
{
background-color: #0B3EED;
}
.BgClassName
{
background-color: #0B3EED;
}
</style>
border-color css
<style>
span { border-color: #0B3EED; }
span { border-color: rgb(11,62,237); }
td.TdClassName
{
border-color: #0B3EED;
}
.TagClassName
{
border-color: #0B3EED;
}
</style>