Shades of Persian Blue #0B2DDC
Tints of Persian Blue #0B2DDC
RGB
CMYK
RGB Variations
Color information
#0B2DDC (or 0x0B2DDC) is known color: Persian Blue. HEX triplet: 0B, 2D and DC. RGB value is (11,45,220). Sum of RGB (Red+Green+Blue) = 11+45+220=276 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.99% from 276); Green value is 45 (17.97% from 255 or 16.30% from 276); Blue value is 220 (86.33% from 255 or 79.71% from 276); Max value from RGB is 220 - color contains mainly: blue. Hex color #0B2DDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B2DDC is #F4D223. Grayscale: #363636. Windows color (decimal): -16044580 or 14429451. OLE color: 14429451.
HSL color Cylindrical-coordinate representation of color #0B2DDC: hue angle of 230.24º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B2DDC is Cyan = 0.95, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 11 | 45 | 220 | - |
| CMYK | 0.95 | 0.80 | 0 | 0.14 |
| HSL | 230.24º | 0.9% | 0.45% | - |
| HSV(B) | 230.24º | 0.95% | 0.86% | - |
| XYZ | 13.99 | 7.12 | 68.35 | - |
| YUV | 54.78 | 221.24 | 96.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 45 | 220 | 0.95 | 0.80 | 0 | 0.14 | 230.24 | 0.9 | 0.45 |
| Hex | B | 2D | DC | 5F | 50 | 0 | E | E6 | 5A | 2D |
| Octal | 13 | 55 | 334 | 137 | 120 | 0 | 16 | 346 | 132 | 55 |
| Binary | 1011 | 101101 | 11011100 | 1011111 | 1010000 | 0 | 1110 | 11100110 | 1011010 | 101101 |
Color Harmonies of #0B2DDC
Complementary color
Monochromatic Colors of #0B2DDC
Black with #0B2DDC
Text Example
Text Example
White with #0B2DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2DDC; }
p { color: rgb(11,45,220); }
H1.HeaderClassName
{
color: #0B2DDC;
}
.AnyTagClassName
{
color: #0B2DDC;
}
</style>
background-color css
<style>
a { background-color: #0B2DDC; }
a { background-color: rgb(11,45,220); }
div.DivClassName
{
background-color: #0B2DDC;
}
.BgClassName
{
background-color: #0B2DDC;
}
</style>
border-color css
<style>
span { border-color: #0B2DDC; }
span { border-color: rgb(11,45,220); }
td.TdClassName
{
border-color: #0B2DDC;
}
.TagClassName
{
border-color: #0B2DDC;
}
</style>