Shades of Persian Blue #0845CB
Tints of Persian Blue #0845CB
RGB
CMYK
RGB Variations
Color information
#0845CB (or 0x0845CB) is known color: Persian Blue. HEX triplet: 08, 45 and CB. RGB value is (8,69,203). Sum of RGB (Red+Green+Blue) = 8+69+203=280 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.86% from 280); Green value is 69 (27.34% from 255 or 24.64% from 280); Blue value is 203 (79.69% from 255 or 72.5% from 280); Max value from RGB is 203 - color contains mainly: blue. Hex color #0845CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0845CB is #F7BA34. Grayscale: #414141. Windows color (decimal): -16235061 or 13321480. OLE color: 13321480.
HSL color Cylindrical-coordinate representation of color #0845CB: hue angle of 221.23º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0845CB is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 69 | 203 | - |
| CMYK | 0.96 | 0.66 | 0 | 0.20 |
| HSL | 221.23º | 0.92% | 0.41% | - |
| HSV(B) | 221.23º | 0.96% | 0.8% | - |
| XYZ | 13.01 | 8.62 | 57.48 | - |
| YUV | 66.04 | 205.29 | 86.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 69 | 203 | 0.96 | 0.66 | 0 | 0.20 | 221.23 | 0.92 | 0.41 |
| Hex | 8 | 45 | CB | 60 | 42 | 0 | 14 | DD | 5C | 29 |
| Octal | 10 | 105 | 313 | 140 | 102 | 0 | 24 | 335 | 134 | 51 |
| Binary | 1000 | 1000101 | 11001011 | 1100000 | 1000010 | 0 | 10100 | 11011101 | 1011100 | 101001 |
Color Harmonies of #0845CB
Complementary color
Monochromatic Colors of #0845CB
Black with #0845CB
Text Example
Text Example
White with #0845CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0845CB; }
p { color: rgb(8,69,203); }
H1.HeaderClassName
{
color: #0845CB;
}
.AnyTagClassName
{
color: #0845CB;
}
</style>
background-color css
<style>
a { background-color: #0845CB; }
a { background-color: rgb(8,69,203); }
div.DivClassName
{
background-color: #0845CB;
}
.BgClassName
{
background-color: #0845CB;
}
</style>
border-color css
<style>
span { border-color: #0845CB; }
span { border-color: rgb(8,69,203); }
td.TdClassName
{
border-color: #0845CB;
}
.TagClassName
{
border-color: #0845CB;
}
</style>