Html Css Color HEX #141C54 Lucky Point

📋 copy color: '#141C54'

red 20 ◦ green 28 ◦ blue 84

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

Shades of Lucky Point #141C54

Tints of Lucky Point #141C54

RGB

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

 GREEN value IS 28 (11.33% from 255) = 21.21%

 BLUE value IS 84 (33.2% from 255) = 63.64%

R = 15.15%
G = 21.21%
B = 63.64%

CMYK

 C value IS 0.76

 M value IS 0.67

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#141C54 (or 0x141C54) is known color: Lucky Point. HEX triplet: 14, 1C and 54. RGB value is (20,28,84). Sum of RGB (Red+Green+Blue) = 20+28+84=132 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.15% from 132); Green value is 28 (11.33% from 255 or 21.21% from 132); Blue value is 84 (33.20% from 255 or 63.64% from 132); Max value from RGB is 84 - color contains mainly: blue. Hex color #141C54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141C54 is #EBE3AB. Grayscale: #1F1F1F. Windows color (decimal): -15459244 or 5512212. OLE color: 5512212.

HSL color Cylindrical-coordinate representation of color #141C54: hue angle of 232.5º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #141C54 is Cyan = 0.76, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 20 28 84 -
CMYK 0.76 0.67 0 0.67
HSL 232.5º 0.62% 0.2% -
HSV(B) 232.5º 0.76% 0.33% -
XYZ 2.3 1.62 8.58 -
YUV 31.99 157.35 119.45 -
System Red Green Blue C M Y K H S L
Decimal 20 28 84 0.76 0.67 0 0.67 232.5 0.62 0.2
Hex 14 1C 54 4C 43 0 43 E8 3E 14
Octal 24 34 124 114 103 0 103 350 76 24
Binary 10100 11100 1010100 1001100 1000011 0 1000011 11101000 111110 10100

Color Harmonies of #141C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141C54

Black with #141C54

Text Example


Text Example

White with #141C54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,28,84); }

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

background-color css

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

 a { background-color: rgb(20,28,84); }

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

border-color css

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

 span { border-color: rgb(20,28,84); }

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