Shades of Persian Blue #0945CA
Tints of Persian Blue #0945CA
RGB
CMYK
RGB Variations
Color information
#0945CA (or 0x0945CA) is known color: Persian Blue. HEX triplet: 09, 45 and CA. RGB value is (9,69,202). Sum of RGB (Red+Green+Blue) = 9+69+202=280 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.21% from 280); Green value is 69 (27.34% from 255 or 24.64% from 280); Blue value is 202 (79.30% from 255 or 72.14% from 280); Max value from RGB is 202 - color contains mainly: blue. Hex color #0945CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0945CA is #F6BA35. Grayscale: #414141. Windows color (decimal): -16169526 or 13255945. OLE color: 13255945.
HSL color Cylindrical-coordinate representation of color #0945CA: hue angle of 221.35º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0945CA is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 9 | 69 | 202 | - |
| CMYK | 0.96 | 0.66 | 0 | 0.21 |
| HSL | 221.35º | 0.91% | 0.41% | - |
| HSV(B) | 221.35º | 0.96% | 0.79% | - |
| XYZ | 12.9 | 8.58 | 56.85 | - |
| YUV | 66.22 | 204.62 | 87.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 69 | 202 | 0.96 | 0.66 | 0 | 0.21 | 221.35 | 0.91 | 0.41 |
| Hex | 9 | 45 | CA | 60 | 42 | 0 | 15 | DD | 5B | 29 |
| Octal | 11 | 105 | 312 | 140 | 102 | 0 | 25 | 335 | 133 | 51 |
| Binary | 1001 | 1000101 | 11001010 | 1100000 | 1000010 | 0 | 10101 | 11011101 | 1011011 | 101001 |
Color Harmonies of #0945CA
Complementary color
Monochromatic Colors of #0945CA
Black with #0945CA
Text Example
Text Example
White with #0945CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0945CA; }
p { color: rgb(9,69,202); }
H1.HeaderClassName
{
color: #0945CA;
}
.AnyTagClassName
{
color: #0945CA;
}
</style>
background-color css
<style>
a { background-color: #0945CA; }
a { background-color: rgb(9,69,202); }
div.DivClassName
{
background-color: #0945CA;
}
.BgClassName
{
background-color: #0945CA;
}
</style>
border-color css
<style>
span { border-color: #0945CA; }
span { border-color: rgb(9,69,202); }
td.TdClassName
{
border-color: #0945CA;
}
.TagClassName
{
border-color: #0945CA;
}
</style>