#030176

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

Shades of Navy #030176

Tints of Navy #030176

Color information

#030176 (or 0x030176) is unknown color: approx Navy. HEX triplet: 03, 01 and 76. RGB value is (3,1,118). Sum of RGB (Red+Green+Blue) = 3+1+118=122 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.46% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 118 (46.48% from 255 or 96.72% from 122); Max value from RGB is 118 - color contains mainly: blue. Hex color #030176 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030176 is #FCFE89. Grayscale: #0E0E0E. Windows color (decimal): -16580234 or 7733507. OLE color: 7733507.

HSL color Cylindrical-coordinate representation of color #030176: hue angle of 241.03º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #030176 is Cyan = 0.97, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB31118-
CMYK0.970.9900.54
HSL241.03º98.32%23.33%-
HSV(B)241.03º99.15%46.27%-
XYZ3.321.3517.23-
YUV14.94186.16119.49-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.46%
GREEN value IS 1 (0.78% from 255) = 0.82%
BLUE value IS 118 (46.48% from 255) = 96.72%
R=2.46%
G=0.82%
B=96.72%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal311180.970.9900.54241.0398.3223.33
Hex31766163036f16217
Octal3116614114306636114227
Binary111111011011000011100011011011011110001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030176; }

 p { color: rgb(3,1,118); }

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

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

 a { background-color: rgb(3,1,118); }

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

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

 span { border-color: rgb(3,1,118); }

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