#140072

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

Shades of Navy #140072

Tints of Navy #140072

Color information

#140072 (or 0x140072) is unknown color: approx Navy. HEX triplet: 14, 00 and 72. RGB value is (20,0,114). Sum of RGB (Red+Green+Blue) = 20+0+114=134 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.93% from 134); Green value is 0 (0.39% from 255 or 0% from 134); Blue value is 114 (44.92% from 255 or 85.07% from 134); Max value from RGB is 114 - color contains mainly: blue. Hex color #140072 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140072 is #EBFF8D. Grayscale: #121212. Windows color (decimal): -15466382 or 7471124. OLE color: 7471124.

HSL color Cylindrical-coordinate representation of color #140072: hue angle of 250.53º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #140072 is Cyan = 0.82, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB200114-
CMYK0.82100.55
HSL250.53º100%22.35%-
HSV(B)250.53º100%44.71%-
XYZ3.331.3616.01-
YUV18.98181.63128.73-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.93%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 114 (44.92% from 255) = 85.07%
R=14.93%
G=0%
B=85.07%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2001140.82100.55250.5310022.35
Hex140725264037fb6416
Octal24016212214406737314426
Binary101000111001010100101100100011011111111011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140072; }

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

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

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

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

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

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

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

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