Shades of Navy Blue #037FCE
Tints of Navy Blue #037FCE
RGB
CMYK
RGB Variations
Color information
#037FCE (or 0x037FCE) is known color: Navy Blue. HEX triplet: 03, 7F and CE. RGB value is (3,127,206). Sum of RGB (Red+Green+Blue) = 3+127+206=336 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 336); Green value is 127 (50% from 255 or 37.80% from 336); Blue value is 206 (80.86% from 255 or 61.31% from 336); Max value from RGB is 206 - color contains mainly: blue. Hex color #037FCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037FCE is #FC8031. Grayscale: #626262. Windows color (decimal): -16547890 or 13532931. OLE color: 13532931.
HSL color Cylindrical-coordinate representation of color #037FCE: hue angle of 203.35º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #037FCE is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 127 | 206 | - |
| CMYK | 0.99 | 0.38 | 0 | 0.19 |
| HSL | 203.35º | 0.97% | 0.41% | - |
| HSV(B) | 203.35º | 0.99% | 0.81% | - |
| XYZ | 18.77 | 19.65 | 61.2 | - |
| YUV | 98.93 | 188.42 | 59.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 127 | 206 | 0.99 | 0.38 | 0 | 0.19 | 203.35 | 0.97 | 0.41 |
| Hex | 3 | 7F | CE | 63 | 26 | 0 | 13 | CB | 61 | 29 |
| Octal | 3 | 177 | 316 | 143 | 46 | 0 | 23 | 313 | 141 | 51 |
| Binary | 11 | 1111111 | 11001110 | 1100011 | 100110 | 0 | 10011 | 11001011 | 1100001 | 101001 |
Color Harmonies of #037FCE
Complementary color
Monochromatic Colors of #037FCE
Black with #037FCE
Text Example
Text Example
White with #037FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037FCE; }
p { color: rgb(3,127,206); }
H1.HeaderClassName
{
color: #037FCE;
}
.AnyTagClassName
{
color: #037FCE;
}
</style>
background-color css
<style>
a { background-color: #037FCE; }
a { background-color: rgb(3,127,206); }
div.DivClassName
{
background-color: #037FCE;
}
.BgClassName
{
background-color: #037FCE;
}
</style>
border-color css
<style>
span { border-color: #037FCE; }
span { border-color: rgb(3,127,206); }
td.TdClassName
{
border-color: #037FCE;
}
.TagClassName
{
border-color: #037FCE;
}
</style>