#031175

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

Shades of Navy #031175

Tints of Navy #031175

Color information

#031175 (or 0x031175) is unknown color: approx Navy. HEX triplet: 03, 11 and 75. RGB value is (3,17,117). Sum of RGB (Red+Green+Blue) = 3+17+117=137 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.19% from 137); Green value is 17 (7.03% from 255 or 12.41% from 137); Blue value is 117 (46.09% from 255 or 85.40% from 137); Max value from RGB is 117 - color contains mainly: blue. Hex color #031175 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031175 is #FCEE8A. Grayscale: #171717. Windows color (decimal): -16576139 or 7672067. OLE color: 7672067.

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

Color convert

RGB317117-
CMYK0.970.8500.54
HSL232.63º95%23.53%-
HSV(B)232.63º97.44%45.88%-
XYZ3.451.716.98-
YUV24.21180.36112.87-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.19%
GREEN value IS 17 (7.03% from 255) = 12.41%
BLUE value IS 117 (46.09% from 255) = 85.40%
R=2.19%
G=12.41%
B=85.40%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3171170.970.8500.54232.639523.53
Hex311756155036e95f18
Octal32116514112506635113730
Binary1110001111010111000011010101011011011101001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031175; }

 p { color: rgb(3,17,117); }

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

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

 a { background-color: rgb(3,17,117); }

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

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

 span { border-color: rgb(3,17,117); }

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