Shades of Navy Blue #037CC2
Tints of Navy Blue #037CC2
RGB
CMYK
RGB Variations
Color information
#037CC2 (or 0x037CC2) is known color: Navy Blue. HEX triplet: 03, 7C and C2. RGB value is (3,124,194). Sum of RGB (Red+Green+Blue) = 3+124+194=321 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 321); Green value is 124 (48.83% from 255 or 38.63% from 321); Blue value is 194 (76.17% from 255 or 60.44% from 321); Max value from RGB is 194 - color contains mainly: blue. Hex color #037CC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037CC2 is #FC833D. Grayscale: #5F5F5F. Windows color (decimal): -16548670 or 12745731. OLE color: 12745731.
HSL color Cylindrical-coordinate representation of color #037CC2: hue angle of 201.99º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037CC2 is Cyan = 0.98, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 3 | 124 | 194 | - |
| CMYK | 0.98 | 0.36 | 0 | 0.24 |
| HSL | 201.99º | 0.97% | 0.39% | - |
| HSV(B) | 201.99º | 0.98% | 0.76% | - |
| XYZ | 16.98 | 18.33 | 53.68 | - |
| YUV | 95.8 | 183.41 | 61.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 124 | 194 | 0.98 | 0.36 | 0 | 0.24 | 201.99 | 0.97 | 0.39 |
| Hex | 3 | 7C | C2 | 62 | 24 | 0 | 18 | CA | 61 | 27 |
| Octal | 3 | 174 | 302 | 142 | 44 | 0 | 30 | 312 | 141 | 47 |
| Binary | 11 | 1111100 | 11000010 | 1100010 | 100100 | 0 | 11000 | 11001010 | 1100001 | 100111 |
Color Harmonies of #037CC2
Complementary color
Monochromatic Colors of #037CC2
Black with #037CC2
Text Example
Text Example
White with #037CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037CC2; }
p { color: rgb(3,124,194); }
H1.HeaderClassName
{
color: #037CC2;
}
.AnyTagClassName
{
color: #037CC2;
}
</style>
background-color css
<style>
a { background-color: #037CC2; }
a { background-color: rgb(3,124,194); }
div.DivClassName
{
background-color: #037CC2;
}
.BgClassName
{
background-color: #037CC2;
}
</style>
border-color css
<style>
span { border-color: #037CC2; }
span { border-color: rgb(3,124,194); }
td.TdClassName
{
border-color: #037CC2;
}
.TagClassName
{
border-color: #037CC2;
}
</style>