Html Css Color HEX #140076 Navy

📋 copy color: '#140076'

red 20 ◦ green 0 ◦ blue 118

#140076
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy #140076

Tints of Navy #140076

RGB

 RED value IS 20 (8.2% 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 value IS 0.83

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#140076 (or 0x140076) is known color: 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

RGB 20 0 118 -
CMYK 0.83 1 0 0.54
HSL 250.17º 1% 0.23% -
HSV(B) 250.17º 1% 0.46% -
XYZ 3.56 1.46 17.23 -
YUV 19.43 183.63 128.41 -
System Red Green Blue C M Y K H S L
Decimal 20 0 118 0.83 1 0 0.54 250.17 1 0.23
Hex 14 0 76 53 64 0 36 FA 64 17
Octal 24 0 166 123 144 0 66 372 144 27
Binary 10100 0 1110110 1010011 1100100 0 110110 11111010 1100100 10111

Color Harmonies of #140076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140076

Black with #140076

Text Example


Text Example

White with #140076

Text Example


Text Example

HTML Codes & Css Web 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>