Shades of Persian Blue #0C2DDE
Tints of Persian Blue #0C2DDE
RGB
CMYK
RGB Variations
Color information
#0C2DDE (or 0x0C2DDE) is known color: Persian Blue. HEX triplet: 0C, 2D and DE. RGB value is (12,45,222). Sum of RGB (Red+Green+Blue) = 12+45+222=279 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.30% from 279); Green value is 45 (17.97% from 255 or 16.13% from 279); Blue value is 222 (87.11% from 255 or 79.57% from 279); Max value from RGB is 222 - color contains mainly: blue. Hex color #0C2DDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C2DDE is #F3D221. Grayscale: #363636. Windows color (decimal): -15979042 or 14560524. OLE color: 14560524.
HSL color Cylindrical-coordinate representation of color #0C2DDE: hue angle of 230.57º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C2DDE is Cyan = 0.95, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 45 | 222 | - |
| CMYK | 0.95 | 0.80 | 0 | 0.13 |
| HSL | 230.57º | 0.9% | 0.46% | - |
| HSV(B) | 230.57º | 0.95% | 0.87% | - |
| XYZ | 14.27 | 7.23 | 69.75 | - |
| YUV | 55.31 | 222.07 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 45 | 222 | 0.95 | 0.80 | 0 | 0.13 | 230.57 | 0.9 | 0.46 |
| Hex | C | 2D | DE | 5F | 50 | 0 | D | E7 | 5A | 2E |
| Octal | 14 | 55 | 336 | 137 | 120 | 0 | 15 | 347 | 132 | 56 |
| Binary | 1100 | 101101 | 11011110 | 1011111 | 1010000 | 0 | 1101 | 11100111 | 1011010 | 101110 |
Color Harmonies of #0C2DDE
Complementary color
Monochromatic Colors of #0C2DDE
Black with #0C2DDE
Text Example
Text Example
White with #0C2DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2DDE; }
p { color: rgb(12,45,222); }
H1.HeaderClassName
{
color: #0C2DDE;
}
.AnyTagClassName
{
color: #0C2DDE;
}
</style>
background-color css
<style>
a { background-color: #0C2DDE; }
a { background-color: rgb(12,45,222); }
div.DivClassName
{
background-color: #0C2DDE;
}
.BgClassName
{
background-color: #0C2DDE;
}
</style>
border-color css
<style>
span { border-color: #0C2DDE; }
span { border-color: rgb(12,45,222); }
td.TdClassName
{
border-color: #0C2DDE;
}
.TagClassName
{
border-color: #0C2DDE;
}
</style>