Html Css Color HEX #141950 Lucky Point

📋 copy color: '#141950'

red 20 ◦ green 25 ◦ blue 80

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

Shades of Lucky Point #141950

Tints of Lucky Point #141950

RGB

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

 GREEN value IS 25 (10.16% from 255) = 20%

 BLUE value IS 80 (31.64% from 255) = 64%

R = 16%
G = 20%
B = 64%

CMYK

 C value IS 0.75

 M value IS 0.69

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#141950 (or 0x141950) is known color: Lucky Point. HEX triplet: 14, 19 and 50. RGB value is (20,25,80). Sum of RGB (Red+Green+Blue) = 20+25+80=125 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16% from 125); Green value is 25 (10.16% from 255 or 20% from 125); Blue value is 80 (31.64% from 255 or 64% from 125); Max value from RGB is 80 - color contains mainly: blue. Hex color #141950 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141950 is #EBE6AF. Grayscale: #1D1D1D. Windows color (decimal): -15460016 or 5249300. OLE color: 5249300.

HSL color Cylindrical-coordinate representation of color #141950: hue angle of 235º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #141950 is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 20 25 80 -
CMYK 0.75 0.69 0 0.69
HSL 235º 0.6% 0.2% -
HSV(B) 235º 0.75% 0.31% -
XYZ 2.08 1.42 7.75 -
YUV 29.78 156.34 121.03 -
System Red Green Blue C M Y K H S L
Decimal 20 25 80 0.75 0.69 0 0.69 235 0.6 0.2
Hex 14 19 50 4B 45 0 45 EB 3C 14
Octal 24 31 120 113 105 0 105 353 74 24
Binary 10100 11001 1010000 1001011 1000101 0 1000101 11101011 111100 10100

Color Harmonies of #141950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141950

Black with #141950

Text Example


Text Example

White with #141950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141950; }

 p { color: rgb(20,25,80); }

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

background-color css

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

 a { background-color: rgb(20,25,80); }

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

border-color css

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

 span { border-color: rgb(20,25,80); }

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