Shades of Persian Blue #062BCC
Tints of Persian Blue #062BCC
RGB
CMYK
RGB Variations
Color information
#062BCC (or 0x062BCC) is known color: Persian Blue. HEX triplet: 06, 2B and CC. RGB value is (6,43,204). Sum of RGB (Red+Green+Blue) = 6+43+204=253 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.37% from 253); Green value is 43 (17.19% from 255 or 17.00% from 253); Blue value is 204 (80.08% from 255 or 80.63% from 253); Max value from RGB is 204 - color contains mainly: blue. Hex color #062BCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062BCC is #F9D433. Grayscale: #313131. Windows color (decimal): -16372788 or 13380358. OLE color: 13380358.
HSL color Cylindrical-coordinate representation of color #062BCC: hue angle of 228.79º degrees, saturation: 0.94, 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 #062BCC is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 6 | 43 | 204 | - |
| CMYK | 0.97 | 0.79 | 0 | 0.2 |
| HSL | 228.79º | 0.94% | 0.41% | - |
| HSV(B) | 228.79º | 0.97% | 0.8% | - |
| XYZ | 11.84 | 6.13 | 57.69 | - |
| YUV | 50.29 | 214.74 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 43 | 204 | 0.97 | 0.79 | 0 | 0.2 | 228.79 | 0.94 | 0.41 |
| Hex | 6 | 2B | CC | 61 | 4F | 0 | 14 | E5 | 5E | 29 |
| Octal | 6 | 53 | 314 | 141 | 117 | 0 | 24 | 345 | 136 | 51 |
| Binary | 110 | 101011 | 11001100 | 1100001 | 1001111 | 0 | 10100 | 11100101 | 1011110 | 101001 |
Color Harmonies of #062BCC
Complementary color
Monochromatic Colors of #062BCC
Black with #062BCC
Text Example
Text Example
White with #062BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062BCC; }
p { color: rgb(6,43,204); }
H1.HeaderClassName
{
color: #062BCC;
}
.AnyTagClassName
{
color: #062BCC;
}
</style>
background-color css
<style>
a { background-color: #062BCC; }
a { background-color: rgb(6,43,204); }
div.DivClassName
{
background-color: #062BCC;
}
.BgClassName
{
background-color: #062BCC;
}
</style>
border-color css
<style>
span { border-color: #062BCC; }
span { border-color: rgb(6,43,204); }
td.TdClassName
{
border-color: #062BCC;
}
.TagClassName
{
border-color: #062BCC;
}
</style>