Shades of Persian Blue #0638BC
Tints of Persian Blue #0638BC
RGB
CMYK
RGB Variations
Color information
#0638BC (or 0x0638BC) is known color: Persian Blue. HEX triplet: 06, 38 and BC. RGB value is (6,56,188). Sum of RGB (Red+Green+Blue) = 6+56+188=250 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.4% from 250); Green value is 56 (22.27% from 255 or 22.4% from 250); Blue value is 188 (73.83% from 255 or 75.2% from 250); Max value from RGB is 188 - color contains mainly: blue. Hex color #0638BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0638BC is #F9C743. Grayscale: #373737. Windows color (decimal): -16369476 or 12335110. OLE color: 12335110.
HSL color Cylindrical-coordinate representation of color #0638BC: hue angle of 223.52º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0638BC is Cyan = 0.97, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 6 | 56 | 188 | - |
| CMYK | 0.97 | 0.70 | 0 | 0.26 |
| HSL | 223.52º | 0.94% | 0.38% | - |
| HSV(B) | 223.52º | 0.97% | 0.74% | - |
| XYZ | 10.57 | 6.5 | 48.27 | - |
| YUV | 56.1 | 202.44 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 56 | 188 | 0.97 | 0.70 | 0 | 0.26 | 223.52 | 0.94 | 0.38 |
| Hex | 6 | 38 | BC | 61 | 46 | 0 | 1A | E0 | 5E | 26 |
| Octal | 6 | 70 | 274 | 141 | 106 | 0 | 32 | 340 | 136 | 46 |
| Binary | 110 | 111000 | 10111100 | 1100001 | 1000110 | 0 | 11010 | 11100000 | 1011110 | 100110 |
Color Harmonies of #0638BC
Complementary color
Monochromatic Colors of #0638BC
Black with #0638BC
Text Example
Text Example
White with #0638BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0638BC; }
p { color: rgb(6,56,188); }
H1.HeaderClassName
{
color: #0638BC;
}
.AnyTagClassName
{
color: #0638BC;
}
</style>
background-color css
<style>
a { background-color: #0638BC; }
a { background-color: rgb(6,56,188); }
div.DivClassName
{
background-color: #0638BC;
}
.BgClassName
{
background-color: #0638BC;
}
</style>
border-color css
<style>
span { border-color: #0638BC; }
span { border-color: rgb(6,56,188); }
td.TdClassName
{
border-color: #0638BC;
}
.TagClassName
{
border-color: #0638BC;
}
</style>