Shades of Persian Blue #0236DB
Tints of Persian Blue #0236DB
RGB
CMYK
RGB Variations
Color information
#0236DB (or 0x0236DB) is known color: Persian Blue. HEX triplet: 02, 36 and DB. RGB value is (2,54,219). Sum of RGB (Red+Green+Blue) = 2+54+219=275 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 275); Green value is 54 (21.48% from 255 or 19.64% from 275); Blue value is 219 (85.94% from 255 or 79.64% from 275); Max value from RGB is 219 - color contains mainly: blue. Hex color #0236DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0236DB is #FDC924. Grayscale: #383838. Windows color (decimal): -16632101 or 14366210. OLE color: 14366210.
HSL color Cylindrical-coordinate representation of color #0236DB: hue angle of 225.62º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0236DB is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 54 | 219 | - |
| CMYK | 0.99 | 0.75 | 0 | 0.14 |
| HSL | 225.62º | 0.98% | 0.43% | - |
| HSV(B) | 225.62º | 0.99% | 0.86% | - |
| XYZ | 14.13 | 7.77 | 67.77 | - |
| YUV | 57.26 | 219.27 | 88.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 54 | 219 | 0.99 | 0.75 | 0 | 0.14 | 225.62 | 0.98 | 0.43 |
| Hex | 2 | 36 | DB | 63 | 4B | 0 | E | E2 | 62 | 2B |
| Octal | 2 | 66 | 333 | 143 | 113 | 0 | 16 | 342 | 142 | 53 |
| Binary | 10 | 110110 | 11011011 | 1100011 | 1001011 | 0 | 1110 | 11100010 | 1100010 | 101011 |
Color Harmonies of #0236DB
Complementary color
Monochromatic Colors of #0236DB
Black with #0236DB
Text Example
Text Example
White with #0236DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0236DB; }
p { color: rgb(2,54,219); }
H1.HeaderClassName
{
color: #0236DB;
}
.AnyTagClassName
{
color: #0236DB;
}
</style>
background-color css
<style>
a { background-color: #0236DB; }
a { background-color: rgb(2,54,219); }
div.DivClassName
{
background-color: #0236DB;
}
.BgClassName
{
background-color: #0236DB;
}
</style>
border-color css
<style>
span { border-color: #0236DB; }
span { border-color: rgb(2,54,219); }
td.TdClassName
{
border-color: #0236DB;
}
.TagClassName
{
border-color: #0236DB;
}
</style>