#031985

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

Shades of Navy #031985

Tints of Navy #031985

Color information

#031985 (or 0x031985) is unknown color: approx Navy. HEX triplet: 03, 19 and 85. RGB value is (3,25,133). Sum of RGB (Red+Green+Blue) = 3+25+133=161 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.86% from 161); Green value is 25 (10.16% from 255 or 15.53% from 161); Blue value is 133 (52.34% from 255 or 82.61% from 161); Max value from RGB is 133 - color contains mainly: blue. Hex color #031985 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #031985 is #FCE67A. Grayscale: #1E1E1E. Windows color (decimal): -16574075 or 8722691. OLE color: 8722691.

HSL color Cylindrical-coordinate representation of color #031985: hue angle of 229.85º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031985 is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB325133-
CMYK0.980.8100.48
HSL229.85º95.59%26.67%-
HSV(B)229.85º97.74%52.16%-
XYZ4.622.4122.41-
YUV30.73185.71108.22-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.86%
GREEN value IS 25 (10.16% from 255) = 15.53%
BLUE value IS 133 (52.34% from 255) = 82.61%
R=1.86%
G=15.53%
B=82.61%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal3251330.980.8100.48229.8595.5926.67
Hex319856251030e6601b
Octal33120514212106034614033
Binary11110011000010111000101010001011000011100110110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031985; }

 p { color: rgb(3,25,133); }

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

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

 a { background-color: rgb(3,25,133); }

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

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

 span { border-color: rgb(3,25,133); }

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