Shades of Persian Blue #0423CD
Tints of Persian Blue #0423CD
RGB
CMYK
RGB Variations
Color information
#0423CD (or 0x0423CD) is known color: Persian Blue. HEX triplet: 04, 23 and CD. RGB value is (4,35,205). Sum of RGB (Red+Green+Blue) = 4+35+205=244 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.64% from 244); Green value is 35 (14.06% from 255 or 14.34% from 244); Blue value is 205 (80.47% from 255 or 84.02% from 244); Max value from RGB is 205 - color contains mainly: blue. Hex color #0423CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0423CD is #FBDC32. Grayscale: #2C2C2C. Windows color (decimal): -16505907 or 13443844. OLE color: 13443844.
HSL color Cylindrical-coordinate representation of color #0423CD: hue angle of 230.75º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0423CD is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 4 | 35 | 205 | - |
| CMYK | 0.98 | 0.83 | 0 | 0.20 |
| HSL | 230.75º | 0.96% | 0.41% | - |
| HSV(B) | 230.75º | 0.98% | 0.8% | - |
| XYZ | 11.67 | 5.64 | 58.23 | - |
| YUV | 45.11 | 218.23 | 98.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 35 | 205 | 0.98 | 0.83 | 0 | 0.20 | 230.75 | 0.96 | 0.41 |
| Hex | 4 | 23 | CD | 62 | 53 | 0 | 14 | E7 | 60 | 29 |
| Octal | 4 | 43 | 315 | 142 | 123 | 0 | 24 | 347 | 140 | 51 |
| Binary | 100 | 100011 | 11001101 | 1100010 | 1010011 | 0 | 10100 | 11100111 | 1100000 | 101001 |
Color Harmonies of #0423CD
Complementary color
Monochromatic Colors of #0423CD
Black with #0423CD
Text Example
Text Example
White with #0423CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0423CD; }
p { color: rgb(4,35,205); }
H1.HeaderClassName
{
color: #0423CD;
}
.AnyTagClassName
{
color: #0423CD;
}
</style>
background-color css
<style>
a { background-color: #0423CD; }
a { background-color: rgb(4,35,205); }
div.DivClassName
{
background-color: #0423CD;
}
.BgClassName
{
background-color: #0423CD;
}
</style>
border-color css
<style>
span { border-color: #0423CD; }
span { border-color: rgb(4,35,205); }
td.TdClassName
{
border-color: #0423CD;
}
.TagClassName
{
border-color: #0423CD;
}
</style>