Shades of Blue #062CEA
Tints of Blue #062CEA
RGB
CMYK
RGB Variations
Color information
#062CEA (or 0x062CEA) is known color: Blue. HEX triplet: 06, 2C and EA. RGB value is (6,44,234). Sum of RGB (Red+Green+Blue) = 6+44+234=284 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.11% from 284); Green value is 44 (17.58% from 255 or 15.49% from 284); Blue value is 234 (91.80% from 255 or 82.39% from 284); Max value from RGB is 234 - color contains mainly: blue. Hex color #062CEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #062CEA is #F9D315. Grayscale: #353535. Windows color (decimal): -16372502 or 15346694. OLE color: 15346694.
HSL color Cylindrical-coordinate representation of color #062CEA: hue angle of 230º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #062CEA is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 6 | 44 | 234 | - |
| CMYK | 0.97 | 0.81 | 0 | 0.08 |
| HSL | 230º | 0.95% | 0.47% | - |
| HSV(B) | 230º | 0.97% | 0.92% | - |
| XYZ | 15.83 | 7.78 | 78.51 | - |
| YUV | 54.3 | 229.41 | 93.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 44 | 234 | 0.97 | 0.81 | 0 | 0.08 | 230 | 0.95 | 0.47 |
| Hex | 6 | 2C | EA | 61 | 51 | 0 | 8 | E6 | 5F | 2F |
| Octal | 6 | 54 | 352 | 141 | 121 | 0 | 10 | 346 | 137 | 57 |
| Binary | 110 | 101100 | 11101010 | 1100001 | 1010001 | 0 | 1000 | 11100110 | 1011111 | 101111 |
Color Harmonies of #062CEA
Complementary color
Monochromatic Colors of #062CEA
Black with #062CEA
Text Example
Text Example
White with #062CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062CEA; }
p { color: rgb(6,44,234); }
H1.HeaderClassName
{
color: #062CEA;
}
.AnyTagClassName
{
color: #062CEA;
}
</style>
background-color css
<style>
a { background-color: #062CEA; }
a { background-color: rgb(6,44,234); }
div.DivClassName
{
background-color: #062CEA;
}
.BgClassName
{
background-color: #062CEA;
}
</style>
border-color css
<style>
span { border-color: #062CEA; }
span { border-color: rgb(6,44,234); }
td.TdClassName
{
border-color: #062CEA;
}
.TagClassName
{
border-color: #062CEA;
}
</style>