#0377BF

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

Shades of Navy Blue #0377BF

Tints of Navy Blue #0377BF

Color information

#0377BF (or 0x0377BF) is unknown color: approx Navy Blue. HEX triplet: 03, 77 and BF. RGB value is (3,119,191). Sum of RGB (Red+Green+Blue) = 3+119+191=313 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 313); Green value is 119 (46.88% from 255 or 38.02% from 313); Blue value is 191 (75% from 255 or 61.02% from 313); Max value from RGB is 191 - color contains mainly: blue. Hex color #0377BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0377BF is #FC8840. Grayscale: #5C5C5C. Windows color (decimal): -16549953 or 12547843. OLE color: 12547843.

HSL color Cylindrical-coordinate representation of color #0377BF: hue angle of 202.98º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0377BF is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3119191-
CMYK0.980.3800.25
HSL202.98º96.91%38.04%-
HSV(B)202.98º98.43%74.9%-
XYZ16.0416.9751.72-
YUV92.52183.5764.15-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.96%
GREEN value IS 119 (46.88% from 255) = 38.02%
BLUE value IS 191 (75% from 255) = 61.02%
R=0.96%
G=38.02%
B=61.02%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal31191910.980.3800.25202.9896.9138.04
Hex377BF6226019cb6126
Octal31672771424603131314146
Binary111110111101111111100010100110011001110010111100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0377BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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