Html Css Color HEX #140073 Navy

📋 copy color: '#140073'

red 20 ◦ green 0 ◦ blue 115

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

Shades of Navy #140073

Tints of Navy #140073

RGB

 RED value IS 20 (8.2% from 255) = 14.81%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 115 (45.31% from 255) = 85.19%

R = 14.81%
G = 0%
B = 85.19%

CMYK

 C value IS 0.83

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#140073 (or 0x140073) is known color: Navy. HEX triplet: 14, 00 and 73. RGB value is (20,0,115). Sum of RGB (Red+Green+Blue) = 20+0+115=135 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.81% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 115 (45.31% from 255 or 85.19% from 135); Max value from RGB is 115 - color contains mainly: blue. Hex color #140073 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140073 is #EBFF8C. Grayscale: #121212. Windows color (decimal): -15466381 or 7536660. OLE color: 7536660.

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

Color convert

RGB 20 0 115 -
CMYK 0.83 1 0 0.55
HSL 250.43º 1% 0.23% -
HSV(B) 250.43º 1% 0.45% -
XYZ 3.38 1.39 16.31 -
YUV 19.09 182.13 128.65 -
System Red Green Blue C M Y K H S L
Decimal 20 0 115 0.83 1 0 0.55 250.43 1 0.23
Hex 14 0 73 53 64 0 37 FA 64 17
Octal 24 0 163 123 144 0 67 372 144 27
Binary 10100 0 1110011 1010011 1100100 0 110111 11111010 1100100 10111

Color Harmonies of #140073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140073

Black with #140073

Text Example


Text Example

White with #140073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140073; }

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

 H1.HeaderClassName
 {
   color: #140073;
 }
 .AnyTagClassName
 {
   color: #140073;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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