Shades of Blue #062BFF
Tints of Blue #062BFF
RGB
CMYK
RGB Variations
Color information
#062BFF (or 0x062BFF) is known color: Blue. HEX triplet: 06, 2B and FF. RGB value is (6,43,255). Sum of RGB (Red+Green+Blue) = 6+43+255=304 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.97% from 304); Green value is 43 (17.19% from 255 or 14.14% from 304); Blue value is 255 (100% from 255 or 83.88% from 304); Max value from RGB is 255 - color contains mainly: blue. Hex color #062BFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #062BFF is #F9D400. Grayscale: #373737. Windows color (decimal): -16372737 or 16722694. OLE color: 16722694.
HSL color Cylindrical-coordinate representation of color #062BFF: hue angle of 231.08º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #062BFF is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 43 | 255 | - |
| CMYK | 0.98 | 0.83 | 0 | 0 |
| HSL | 231.08º | 1% | 0.51% | - |
| HSV(B) | 231.08º | 0.98% | 1% | - |
| XYZ | 18.99 | 8.99 | 95.34 | - |
| YUV | 56.11 | 240.24 | 92.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 43 | 255 | 0.98 | 0.83 | 0 | 0 | 231.08 | 1 | 0.51 |
| Hex | 6 | 2B | FF | 62 | 53 | 0 | 0 | E7 | 64 | 33 |
| Octal | 6 | 53 | 377 | 142 | 123 | 0 | 0 | 347 | 144 | 63 |
| Binary | 110 | 101011 | 11111111 | 1100010 | 1010011 | 0 | 0 | 11100111 | 1100100 | 110011 |
Color Harmonies of #062BFF
Complementary color
Monochromatic Colors of #062BFF
Black with #062BFF
Text Example
Text Example
White with #062BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062BFF; }
p { color: rgb(6,43,255); }
H1.HeaderClassName
{
color: #062BFF;
}
.AnyTagClassName
{
color: #062BFF;
}
</style>
background-color css
<style>
a { background-color: #062BFF; }
a { background-color: rgb(6,43,255); }
div.DivClassName
{
background-color: #062BFF;
}
.BgClassName
{
background-color: #062BFF;
}
</style>
border-color css
<style>
span { border-color: #062BFF; }
span { border-color: rgb(6,43,255); }
td.TdClassName
{
border-color: #062BFF;
}
.TagClassName
{
border-color: #062BFF;
}
</style>