Html Css Color HEX #140072 Navy

📋 copy color: '#140072'

red 20 ◦ green 0 ◦ blue 114

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

Shades of Navy #140072

Tints of Navy #140072

RGB

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

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

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

RGB 20 0 114 -
CMYK 0.82 1 0 0.55
HSL 250.53º 1% 0.22% -
HSV(B) 250.53º 1% 0.45% -
XYZ 3.33 1.36 16.01 -
YUV 18.98 181.63 128.73 -
System Red Green Blue C M Y K H S L
Decimal 20 0 114 0.82 1 0 0.55 250.53 1 0.22
Hex 14 0 72 52 64 0 37 FB 64 16
Octal 24 0 162 122 144 0 67 373 144 26
Binary 10100 0 1110010 1010010 1100100 0 110111 11111011 1100100 10110

Color Harmonies of #140072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140072

Black with #140072

Text Example


Text Example

White with #140072

Text Example


Text Example

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