Html Css Color HEX #140078 Navy

📋 copy color: '#140078'

red 20 ◦ green 0 ◦ blue 120

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

Shades of Navy #140078

Tints of Navy #140078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 85.71%

R = 14.29%
G = 0%
B = 85.71%

CMYK

 C value IS 0.83

 M value IS 1

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#140078 (or 0x140078) is known color: Navy. HEX triplet: 14, 00 and 78. RGB value is (20,0,120). Sum of RGB (Red+Green+Blue) = 20+0+120=140 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.29% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 120 (47.27% from 255 or 85.71% from 140); Max value from RGB is 120 - color contains mainly: blue. Hex color #140078 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140078 is #EBFF87. Grayscale: #131313. Windows color (decimal): -15466376 or 7864340. OLE color: 7864340.

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

Color convert

RGB 20 0 120 -
CMYK 0.83 1 0 0.53
HSL 250º 1% 0.24% -
HSV(B) 250º 1% 0.47% -
XYZ 3.68 1.5 17.87 -
YUV 19.66 184.63 128.24 -
System Red Green Blue C M Y K H S L
Decimal 20 0 120 0.83 1 0 0.53 250 1 0.24
Hex 14 0 78 53 64 0 35 FA 64 18
Octal 24 0 170 123 144 0 65 372 144 30
Binary 10100 0 1111000 1010011 1100100 0 110101 11111010 1100100 11000

Color Harmonies of #140078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140078

Black with #140078

Text Example


Text Example

White with #140078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140078; }

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

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

background-color css

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

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

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

border-color css

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

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

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