#0377C2

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

Shades of Navy Blue #0377C2

Tints of Navy Blue #0377C2

Color information

#0377C2 (or 0x0377C2) is unknown color: approx Navy Blue. HEX triplet: 03, 77 and C2. RGB value is (3,119,194). Sum of RGB (Red+Green+Blue) = 3+119+194=316 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 316); Green value is 119 (46.88% from 255 or 37.66% from 316); Blue value is 194 (76.17% from 255 or 61.39% from 316); Max value from RGB is 194 - color contains mainly: blue. Hex color #0377C2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0377C2 is #FC883D. Grayscale: #5C5C5C. Windows color (decimal): -16549950 or 12744451. OLE color: 12744451.

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

Color convert

RGB3119194-
CMYK0.980.3900.24
HSL203.56º96.95%38.63%-
HSV(B)203.56º98.45%76.08%-
XYZ16.3717.1153.48-
YUV92.87185.0763.9-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.95%
GREEN value IS 119 (46.88% from 255) = 37.66%
BLUE value IS 194 (76.17% from 255) = 61.39%
R=0.95%
G=37.66%
B=61.39%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal31191940.980.3900.24203.5696.9538.63
Hex377C26227018cc6127
Octal31673021424703031414147
Binary111110111110000101100010100111011000110011001100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0377C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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