Shades of Persian Blue #0035DB
Tints of Persian Blue #0035DB
RGB
CMYK
RGB Variations
Color information
#0035DB (or 0x0035DB) is known color: Persian Blue. HEX triplet: 00, 35 and DB. RGB value is (0,53,219). Sum of RGB (Red+Green+Blue) = 0+53+219=272 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 272); Green value is 53 (21.09% from 255 or 19.49% from 272); Blue value is 219 (85.94% from 255 or 80.51% from 272); Max value from RGB is 219 - color contains mainly: blue. Hex color #0035DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0035DB is #FFCA24. Grayscale: #373737. Windows color (decimal): -16763429 or 14365952. OLE color: 14365952.
HSL color Cylindrical-coordinate representation of color #0035DB: hue angle of 225.48º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0035DB is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 53 | 219 | - |
| CMYK | 1 | 0.76 | 0 | 0.14 |
| HSL | 225.48º | 1% | 0.43% | - |
| HSV(B) | 225.48º | 1% | 0.86% | - |
| XYZ | 14.06 | 7.66 | 67.76 | - |
| YUV | 56.08 | 219.94 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 53 | 219 | 1 | 0.76 | 0 | 0.14 | 225.48 | 1 | 0.43 |
| Hex | 0 | 35 | DB | 64 | 4C | 0 | E | E1 | 64 | 2B |
| Octal | 0 | 65 | 333 | 144 | 114 | 0 | 16 | 341 | 144 | 53 |
| Binary | 0 | 110101 | 11011011 | 1100100 | 1001100 | 0 | 1110 | 11100001 | 1100100 | 101011 |
Color Harmonies of #0035DB
Complementary color
Monochromatic Colors of #0035DB
Black with #0035DB
Text Example
Text Example
White with #0035DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0035DB; }
p { color: rgb(0,53,219); }
H1.HeaderClassName
{
color: #0035DB;
}
.AnyTagClassName
{
color: #0035DB;
}
</style>
background-color css
<style>
a { background-color: #0035DB; }
a { background-color: rgb(0,53,219); }
div.DivClassName
{
background-color: #0035DB;
}
.BgClassName
{
background-color: #0035DB;
}
</style>
border-color css
<style>
span { border-color: #0035DB; }
span { border-color: rgb(0,53,219); }
td.TdClassName
{
border-color: #0035DB;
}
.TagClassName
{
border-color: #0035DB;
}
</style>