Shades of Persian Blue #0744CB
Tints of Persian Blue #0744CB
RGB
CMYK
RGB Variations
Color information
#0744CB (or 0x0744CB) is known color: Persian Blue. HEX triplet: 07, 44 and CB. RGB value is (7,68,203). Sum of RGB (Red+Green+Blue) = 7+68+203=278 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.52% from 278); Green value is 68 (26.95% from 255 or 24.46% from 278); Blue value is 203 (79.69% from 255 or 73.02% from 278); Max value from RGB is 203 - color contains mainly: blue. Hex color #0744CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0744CB is #F8BB34. Grayscale: #404040. Windows color (decimal): -16300853 or 13321223. OLE color: 13321223.
HSL color Cylindrical-coordinate representation of color #0744CB: hue angle of 221.33º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0744CB is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 68 | 203 | - |
| CMYK | 0.97 | 0.67 | 0 | 0.20 |
| HSL | 221.33º | 0.93% | 0.41% | - |
| HSV(B) | 221.33º | 0.97% | 0.8% | - |
| XYZ | 12.93 | 8.49 | 57.46 | - |
| YUV | 65.15 | 205.79 | 86.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 68 | 203 | 0.97 | 0.67 | 0 | 0.20 | 221.33 | 0.93 | 0.41 |
| Hex | 7 | 44 | CB | 61 | 43 | 0 | 14 | DD | 5D | 29 |
| Octal | 7 | 104 | 313 | 141 | 103 | 0 | 24 | 335 | 135 | 51 |
| Binary | 111 | 1000100 | 11001011 | 1100001 | 1000011 | 0 | 10100 | 11011101 | 1011101 | 101001 |
Color Harmonies of #0744CB
Complementary color
Monochromatic Colors of #0744CB
Black with #0744CB
Text Example
Text Example
White with #0744CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0744CB; }
p { color: rgb(7,68,203); }
H1.HeaderClassName
{
color: #0744CB;
}
.AnyTagClassName
{
color: #0744CB;
}
</style>
background-color css
<style>
a { background-color: #0744CB; }
a { background-color: rgb(7,68,203); }
div.DivClassName
{
background-color: #0744CB;
}
.BgClassName
{
background-color: #0744CB;
}
</style>
border-color css
<style>
span { border-color: #0744CB; }
span { border-color: rgb(7,68,203); }
td.TdClassName
{
border-color: #0744CB;
}
.TagClassName
{
border-color: #0744CB;
}
</style>