#031284

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

Shades of Navy #031284

Tints of Navy #031284

Color information

#031284 (or 0x031284) is unknown color: approx Navy. HEX triplet: 03, 12 and 84. RGB value is (3,18,132). Sum of RGB (Red+Green+Blue) = 3+18+132=153 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.96% from 153); Green value is 18 (7.42% from 255 or 11.76% from 153); Blue value is 132 (51.95% from 255 or 86.27% from 153); Max value from RGB is 132 - color contains mainly: blue. Hex color #031284 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #031284 is #FCED7B. Grayscale: #1A1A1A. Windows color (decimal): -16575868 or 8655363. OLE color: 8655363.

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

Color convert

RGB318132-
CMYK0.980.8600.48
HSL233.02º95.56%26.47%-
HSV(B)233.02º97.73%51.76%-
XYZ4.422.1222.01-
YUV26.51187.53111.23-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.96%
GREEN value IS 18 (7.42% from 255) = 11.76%
BLUE value IS 132 (51.95% from 255) = 86.27%
R=1.96%
G=11.76%
B=86.27%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal3181320.980.8600.48233.0295.5626.47
Hex312846256030e9601a
Octal32220414212606035114032
Binary11100101000010011000101010110011000011101001110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031284; }

 p { color: rgb(3,18,132); }

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

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

 a { background-color: rgb(3,18,132); }

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

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

 span { border-color: rgb(3,18,132); }

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