#140076

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

Shades of Navy #140076

Tints of Navy #140076

Color information

#140076 (or 0x140076) is unknown color: approx Navy. HEX triplet: 14, 00 and 76. RGB value is (20,0,118). Sum of RGB (Red+Green+Blue) = 20+0+118=138 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.49% from 138); Green value is 0 (0.39% from 255 or 0% from 138); Blue value is 118 (46.48% from 255 or 85.51% from 138); Max value from RGB is 118 - color contains mainly: blue. Hex color #140076 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140076 is #EBFF89. Grayscale: #121212. Windows color (decimal): -15466378 or 7733268. OLE color: 7733268.

HSL color Cylindrical-coordinate representation of color #140076: hue angle of 250.17º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #140076 is Cyan = 0.83, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB200118-
CMYK0.83100.54
HSL250.17º100%23.14%-
HSV(B)250.17º100%46.27%-
XYZ3.561.4617.23-
YUV19.43183.63128.41-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.49%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 118 (46.48% from 255) = 85.51%
R=14.49%
G=0%
B=85.51%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2001180.83100.54250.1710023.14
Hex140765364036fa6417
Octal24016612314406637214427
Binary101000111011010100111100100011011011111010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140076; }

 p { color: rgb(20,0,118); }

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

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

 a { background-color: rgb(20,0,118); }

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

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

 span { border-color: rgb(20,0,118); }

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