Shades of Persian Blue #0C25DB
Tints of Persian Blue #0C25DB
RGB
CMYK
RGB Variations
Color information
#0C25DB (or 0x0C25DB) is known color: Persian Blue. HEX triplet: 0C, 25 and DB. RGB value is (12,37,219). Sum of RGB (Red+Green+Blue) = 12+37+219=268 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.48% from 268); Green value is 37 (14.84% from 255 or 13.81% from 268); Blue value is 219 (85.94% from 255 or 81.72% from 268); Max value from RGB is 219 - color contains mainly: blue. Hex color #0C25DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C25DB is #F3DA24. Grayscale: #313131. Windows color (decimal): -15981093 or 14361868. OLE color: 14361868.
HSL color Cylindrical-coordinate representation of color #0C25DB: hue angle of 232.75º 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 #0C25DB is Cyan = 0.95, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 37 | 219 | - |
| CMYK | 0.95 | 0.83 | 0 | 0.14 |
| HSL | 232.75º | 0.9% | 0.45% | - |
| HSV(B) | 232.75º | 0.95% | 0.86% | - |
| XYZ | 13.6 | 6.52 | 67.56 | - |
| YUV | 50.27 | 223.22 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 37 | 219 | 0.95 | 0.83 | 0 | 0.14 | 232.75 | 0.9 | 0.45 |
| Hex | C | 25 | DB | 5F | 53 | 0 | E | E9 | 5A | 2D |
| Octal | 14 | 45 | 333 | 137 | 123 | 0 | 16 | 351 | 132 | 55 |
| Binary | 1100 | 100101 | 11011011 | 1011111 | 1010011 | 0 | 1110 | 11101001 | 1011010 | 101101 |
Color Harmonies of #0C25DB
Complementary color
Monochromatic Colors of #0C25DB
Black with #0C25DB
Text Example
Text Example
White with #0C25DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C25DB; }
p { color: rgb(12,37,219); }
H1.HeaderClassName
{
color: #0C25DB;
}
.AnyTagClassName
{
color: #0C25DB;
}
</style>
background-color css
<style>
a { background-color: #0C25DB; }
a { background-color: rgb(12,37,219); }
div.DivClassName
{
background-color: #0C25DB;
}
.BgClassName
{
background-color: #0C25DB;
}
</style>
border-color css
<style>
span { border-color: #0C25DB; }
span { border-color: rgb(12,37,219); }
td.TdClassName
{
border-color: #0C25DB;
}
.TagClassName
{
border-color: #0C25DB;
}
</style>