Shades of Persian Blue #0C33EE
Tints of Persian Blue #0C33EE
RGB
CMYK
RGB Variations
Color information
#0C33EE (or 0x0C33EE) is known color: Persian Blue. HEX triplet: 0C, 33 and EE. RGB value is (12,51,238). Sum of RGB (Red+Green+Blue) = 12+51+238=301 (39% of max value = 765). Red value is 12 (5.08% from 255 or 3.99% from 301); Green value is 51 (20.31% from 255 or 16.94% from 301); Blue value is 238 (93.36% from 255 or 79.07% from 301); Max value from RGB is 238 - color contains mainly: blue. Hex color #0C33EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0C33EE is #F3CC11. Grayscale: #3B3B3B. Windows color (decimal): -15977490 or 15610636. OLE color: 15610636.
HSL color Cylindrical-coordinate representation of color #0C33EE: hue angle of 229.65º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C33EE is Cyan = 0.95, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 12 | 51 | 238 | - |
| CMYK | 0.95 | 0.79 | 0 | 0.07 |
| HSL | 229.65º | 0.9% | 0.49% | - |
| HSV(B) | 229.65º | 0.95% | 0.93% | - |
| XYZ | 16.77 | 8.62 | 81.67 | - |
| YUV | 60.66 | 228.08 | 93.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 51 | 238 | 0.95 | 0.79 | 0 | 0.07 | 229.65 | 0.9 | 0.49 |
| Hex | C | 33 | EE | 5F | 4F | 0 | 7 | E6 | 5A | 31 |
| Octal | 14 | 63 | 356 | 137 | 117 | 0 | 7 | 346 | 132 | 61 |
| Binary | 1100 | 110011 | 11101110 | 1011111 | 1001111 | 0 | 111 | 11100110 | 1011010 | 110001 |
Color Harmonies of #0C33EE
Complementary color
Monochromatic Colors of #0C33EE
Black with #0C33EE
Text Example
Text Example
White with #0C33EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C33EE; }
p { color: rgb(12,51,238); }
H1.HeaderClassName
{
color: #0C33EE;
}
.AnyTagClassName
{
color: #0C33EE;
}
</style>
background-color css
<style>
a { background-color: #0C33EE; }
a { background-color: rgb(12,51,238); }
div.DivClassName
{
background-color: #0C33EE;
}
.BgClassName
{
background-color: #0C33EE;
}
</style>
border-color css
<style>
span { border-color: #0C33EE; }
span { border-color: rgb(12,51,238); }
td.TdClassName
{
border-color: #0C33EE;
}
.TagClassName
{
border-color: #0C33EE;
}
</style>