Html Css Color HEX #141B50 Lucky Point

📋 copy color: '#141B50'

red 20 ◦ green 27 ◦ blue 80

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

Shades of Lucky Point #141B50

Tints of Lucky Point #141B50

RGB

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

 GREEN value IS 27 (10.94% from 255) = 21.26%

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

R = 15.75%
G = 21.26%
B = 62.99%

CMYK

 C value IS 0.75

 M value IS 0.66

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#141B50 (or 0x141B50) is known color: Lucky Point. HEX triplet: 14, 1B and 50. RGB value is (20,27,80). Sum of RGB (Red+Green+Blue) = 20+27+80=127 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.75% from 127); Green value is 27 (10.94% from 255 or 21.26% from 127); Blue value is 80 (31.64% from 255 or 62.99% from 127); Max value from RGB is 80 - color contains mainly: blue. Hex color #141B50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141B50 is #EBE4AF. Grayscale: #1E1E1E. Windows color (decimal): -15459504 or 5249812. OLE color: 5249812.

HSL color Cylindrical-coordinate representation of color #141B50: hue angle of 233º 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 #141B50 is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 20 27 80 -
CMYK 0.75 0.66 0 0.69
HSL 233º 0.6% 0.2% -
HSV(B) 233º 0.75% 0.31% -
XYZ 2.13 1.51 7.77 -
YUV 30.95 155.68 120.19 -
System Red Green Blue C M Y K H S L
Decimal 20 27 80 0.75 0.66 0 0.69 233 0.6 0.2
Hex 14 1B 50 4B 42 0 45 E9 3C 14
Octal 24 33 120 113 102 0 105 351 74 24
Binary 10100 11011 1010000 1001011 1000010 0 1000101 11101001 111100 10100

Color Harmonies of #141B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141B50

Black with #141B50

Text Example


Text Example

White with #141B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141B50; }

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

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

background-color css

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

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

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

border-color css

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

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

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