Shades of Persian Blue #093BCC
Tints of Persian Blue #093BCC
RGB
CMYK
RGB Variations
Color information
#093BCC (or 0x093BCC) is known color: Persian Blue. HEX triplet: 09, 3B and CC. RGB value is (9,59,204). Sum of RGB (Red+Green+Blue) = 9+59+204=272 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.31% from 272); Green value is 59 (23.44% from 255 or 21.69% from 272); Blue value is 204 (80.08% from 255 or 75% from 272); Max value from RGB is 204 - color contains mainly: blue. Hex color #093BCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093BCC is #F6C433. Grayscale: #3B3B3B. Windows color (decimal): -16172084 or 13384457. OLE color: 13384457.
HSL color Cylindrical-coordinate representation of color #093BCC: hue angle of 224.62º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #093BCC is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 9 | 59 | 204 | - |
| CMYK | 0.96 | 0.71 | 0 | 0.2 |
| HSL | 224.62º | 0.92% | 0.42% | - |
| HSV(B) | 224.62º | 0.96% | 0.8% | - |
| XYZ | 12.58 | 7.55 | 57.92 | - |
| YUV | 60.58 | 208.94 | 91.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 59 | 204 | 0.96 | 0.71 | 0 | 0.2 | 224.62 | 0.92 | 0.42 |
| Hex | 9 | 3B | CC | 60 | 47 | 0 | 14 | E1 | 5C | 2A |
| Octal | 11 | 73 | 314 | 140 | 107 | 0 | 24 | 341 | 134 | 52 |
| Binary | 1001 | 111011 | 11001100 | 1100000 | 1000111 | 0 | 10100 | 11100001 | 1011100 | 101010 |
Color Harmonies of #093BCC
Complementary color
Monochromatic Colors of #093BCC
Black with #093BCC
Text Example
Text Example
White with #093BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093BCC; }
p { color: rgb(9,59,204); }
H1.HeaderClassName
{
color: #093BCC;
}
.AnyTagClassName
{
color: #093BCC;
}
</style>
background-color css
<style>
a { background-color: #093BCC; }
a { background-color: rgb(9,59,204); }
div.DivClassName
{
background-color: #093BCC;
}
.BgClassName
{
background-color: #093BCC;
}
</style>
border-color css
<style>
span { border-color: #093BCC; }
span { border-color: rgb(9,59,204); }
td.TdClassName
{
border-color: #093BCC;
}
.TagClassName
{
border-color: #093BCC;
}
</style>