#037fce

Color #037FCE Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #037FCE

Tints of Navy Blue #037FCE

Color information

#037FCE (or 0x037FCE) is unknown color: approx 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

RGB3127206-
CMYK0.990.3800.19
HSL203.35º97.13%40.98%-
HSV(B)203.35º98.54%80.78%-
XYZ18.7719.6561.2-
YUV98.93188.4259.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 3 (1.56% from 255) = 0.89%
GREEN value IS 127 (50% from 255) = 37.80%
BLUE value IS 206 (80.86% from 255) = 61.31%
R=0.89%
G=37.80%
B=61.31%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal31272060.990.3800.19203.3597.1340.98
Hex37FCE6326013cb6129
Octal31773161434602331314151
Binary111111111110011101100011100110010011110010111100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #037fce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>