#030477

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

Shades of Navy #030477

Tints of Navy #030477

Color information

#030477 (or 0x030477) is unknown color: approx Navy. HEX triplet: 03, 04 and 77. RGB value is (3,4,119). Sum of RGB (Red+Green+Blue) = 3+4+119=126 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.38% from 126); Green value is 4 (1.95% from 255 or 3.17% from 126); Blue value is 119 (46.88% from 255 or 94.44% from 126); Max value from RGB is 119 - color contains mainly: blue. Hex color #030477 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030477 is #FCFB88. Grayscale: #101010. Windows color (decimal): -16579465 or 7799811. OLE color: 7799811.

HSL color Cylindrical-coordinate representation of color #030477: hue angle of 239.48º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030477 is Cyan = 0.97, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB34119-
CMYK0.970.9700.53
HSL239.48º95.08%23.92%-
HSV(B)239.48º97.48%46.67%-
XYZ3.411.4417.55-
YUV16.81185.67118.15-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.38%
GREEN value IS 4 (1.95% from 255) = 3.17%
BLUE value IS 119 (46.88% from 255) = 94.44%
R=2.38%
G=3.17%
B=94.44%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal341190.970.9700.53239.4895.0823.92
Hex34776161035ef5f18
Octal3416714114106535713730
Binary11100111011111000011100001011010111101111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030477; }

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

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

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

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

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

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

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

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