Shades of Persian Blue #0628DB
Tints of Persian Blue #0628DB
RGB
CMYK
RGB Variations
Color information
#0628DB (or 0x0628DB) is known color: Persian Blue. HEX triplet: 06, 28 and DB. RGB value is (6,40,219). Sum of RGB (Red+Green+Blue) = 6+40+219=265 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 219 (85.94% from 255 or 82.64% from 265); Max value from RGB is 219 - color contains mainly: blue. Hex color #0628DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0628DB is #F9D724. Grayscale: #313131. Windows color (decimal): -16373541 or 14362630. OLE color: 14362630.
HSL color Cylindrical-coordinate representation of color #0628DB: hue angle of 230.42º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0628DB is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 40 | 219 | - |
| CMYK | 0.97 | 0.82 | 0 | 0.14 |
| HSL | 230.42º | 0.95% | 0.44% | - |
| HSV(B) | 230.42º | 0.97% | 0.86% | - |
| XYZ | 13.62 | 6.67 | 67.59 | - |
| YUV | 50.24 | 223.24 | 96.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 40 | 219 | 0.97 | 0.82 | 0 | 0.14 | 230.42 | 0.95 | 0.44 |
| Hex | 6 | 28 | DB | 61 | 52 | 0 | E | E6 | 5F | 2C |
| Octal | 6 | 50 | 333 | 141 | 122 | 0 | 16 | 346 | 137 | 54 |
| Binary | 110 | 101000 | 11011011 | 1100001 | 1010010 | 0 | 1110 | 11100110 | 1011111 | 101100 |
Color Harmonies of #0628DB
Complementary color
Monochromatic Colors of #0628DB
Black with #0628DB
Text Example
Text Example
White with #0628DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0628DB; }
p { color: rgb(6,40,219); }
H1.HeaderClassName
{
color: #0628DB;
}
.AnyTagClassName
{
color: #0628DB;
}
</style>
background-color css
<style>
a { background-color: #0628DB; }
a { background-color: rgb(6,40,219); }
div.DivClassName
{
background-color: #0628DB;
}
.BgClassName
{
background-color: #0628DB;
}
</style>
border-color css
<style>
span { border-color: #0628DB; }
span { border-color: rgb(6,40,219); }
td.TdClassName
{
border-color: #0628DB;
}
.TagClassName
{
border-color: #0628DB;
}
</style>