#031375

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

Shades of Navy #031375

Tints of Navy #031375

Color information

#031375 (or 0x031375) is unknown color: approx Navy. HEX triplet: 03, 13 and 75. RGB value is (3,19,117). Sum of RGB (Red+Green+Blue) = 3+19+117=139 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.16% from 139); Green value is 19 (7.81% from 255 or 13.67% from 139); Blue value is 117 (46.09% from 255 or 84.17% from 139); Max value from RGB is 117 - color contains mainly: blue. Hex color #031375 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031375 is #FCEC8A. Grayscale: #181818. Windows color (decimal): -16575627 or 7672579. OLE color: 7672579.

HSL color Cylindrical-coordinate representation of color #031375: hue angle of 231.58º 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 #031375 is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB319117-
CMYK0.970.8400.54
HSL231.58º95%23.53%-
HSV(B)231.58º97.44%45.88%-
XYZ3.481.7716.99-
YUV25.39179.7112.03-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.16%
GREEN value IS 19 (7.81% from 255) = 13.67%
BLUE value IS 117 (46.09% from 255) = 84.17%
R=2.16%
G=13.67%
B=84.17%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3191170.970.8400.54231.589523.53
Hex313756154036e85f18
Octal32316514112406635013730
Binary1110011111010111000011010100011011011101000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031375; }

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

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

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

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

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

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

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

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