#037FD0

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

Shades of Navy Blue #037FD0

Tints of Navy Blue #037FD0

Color information

#037FD0 (or 0x037FD0) is unknown color: approx Navy Blue. HEX triplet: 03, 7F and D0. RGB value is (3,127,208). Sum of RGB (Red+Green+Blue) = 3+127+208=338 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 338); Green value is 127 (50% from 255 or 37.57% from 338); Blue value is 208 (81.64% from 255 or 61.54% from 338); Max value from RGB is 208 - color contains mainly: blue. Hex color #037FD0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037FD0 is #FC802F. Grayscale: #626262. Windows color (decimal): -16547888 or 13664003. OLE color: 13664003.

HSL color Cylindrical-coordinate representation of color #037FD0: hue angle of 203.71º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #037FD0 is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB3127208-
CMYK0.990.3900.18
HSL203.71º97.16%41.37%-
HSV(B)203.71º98.56%81.57%-
XYZ19.0119.7562.49-
YUV99.16189.4259.41-

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.57%
BLUE value IS 208 (81.64% from 255) = 61.54%
R=0.89%
G=37.57%
B=61.54%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal31272080.990.3900.18203.7197.1641.37
Hex37FD06327012cc6129
Octal31773201434702231414151
Binary111111111110100001100011100111010010110011001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #037FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #037FD0; }

 p { color: rgb(3,127,208); }

 H1.HeaderClassName
 {
   color: #037FD0;
 }
 .AnyTagClassName
 {
   color: #037FD0;
 }
</style>
background-color css

<style>
 a { background-color: #037FD0; }

 a { background-color: rgb(3,127,208); }

 div.DivClassName
 {
   background-color: #037FD0;
 }
 .BgClassName
 {
   background-color: #037FD0;
 }
</style>
border-color css

<style>
 span { border-color: #037FD0; }

 span { border-color: rgb(3,127,208); }

 td.TdClassName
 {
   border-color: #037FD0;
 }
 .TagClassName
 {
   border-color: #037FD0;
 }
</style>