#0377D2

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

Shades of Navy Blue #0377D2

Tints of Navy Blue #0377D2

Color information

#0377D2 (or 0x0377D2) is unknown color: approx Navy Blue. HEX triplet: 03, 77 and D2. RGB value is (3,119,210). Sum of RGB (Red+Green+Blue) = 3+119+210=332 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 332); Green value is 119 (46.88% from 255 or 35.84% from 332); Blue value is 210 (82.42% from 255 or 63.25% from 332); Max value from RGB is 210 - color contains mainly: blue. Hex color #0377D2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0377D2 is #FC882D. Grayscale: #5E5E5E. Windows color (decimal): -16549934 or 13793027. OLE color: 13793027.

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

Color convert

RGB3119210-
CMYK0.990.4300.18
HSL206.38º97.18%41.76%-
HSV(B)206.38º98.57%82.35%-
XYZ18.2717.8763.46-
YUV94.69193.0762.6-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.90%
GREEN value IS 119 (46.88% from 255) = 35.84%
BLUE value IS 210 (82.42% from 255) = 63.25%
R=0.90%
G=35.84%
B=63.25%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal31192100.990.4300.18206.3897.1841.76
Hex377D2632B012ce612a
Octal31673221435302231614152
Binary111110111110100101100011101011010010110011101100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0377D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0377D2; }

 p { color: rgb(3,119,210); }

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

<style>
 a { background-color: #0377D2; }

 a { background-color: rgb(3,119,210); }

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

<style>
 span { border-color: #0377D2; }

 span { border-color: rgb(3,119,210); }

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