#031276

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

Shades of Navy #031276

Tints of Navy #031276

Color information

#031276 (or 0x031276) is unknown color: approx Navy. HEX triplet: 03, 12 and 76. RGB value is (3,18,118). Sum of RGB (Red+Green+Blue) = 3+18+118=139 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.16% from 139); Green value is 18 (7.42% from 255 or 12.95% from 139); Blue value is 118 (46.48% from 255 or 84.89% from 139); Max value from RGB is 118 - color contains mainly: blue. Hex color #031276 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031276 is #FCED89. Grayscale: #181818. Windows color (decimal): -16575882 or 7737859. OLE color: 7737859.

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

Color convert

RGB318118-
CMYK0.970.8500.54
HSL232.17º95.04%23.73%-
HSV(B)232.17º97.46%46.27%-
XYZ3.521.7617.29-
YUV24.92180.53112.37-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.16%
GREEN value IS 18 (7.42% from 255) = 12.95%
BLUE value IS 118 (46.48% from 255) = 84.89%
R=2.16%
G=12.95%
B=84.89%

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
Decimal3181180.970.8500.54232.1795.0423.73
Hex312766155036e85f18
Octal32216614112506635013730
Binary1110010111011011000011010101011011011101000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031276; }

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

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

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

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

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

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

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

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