Html Css Color HEX #141D54 Lucky Point

📋 copy color: '#141D54'

red 20 ◦ green 29 ◦ blue 84

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

Shades of Lucky Point #141D54

Tints of Lucky Point #141D54

RGB

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

 GREEN value IS 29 (11.72% from 255) = 21.8%

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

R = 15.04%
G = 21.8%
B = 63.16%

CMYK

 C value IS 0.76

 M value IS 0.65

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#141D54 (or 0x141D54) is known color: Lucky Point. HEX triplet: 14, 1D and 54. RGB value is (20,29,84). Sum of RGB (Red+Green+Blue) = 20+29+84=133 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.04% from 133); Green value is 29 (11.72% from 255 or 21.80% from 133); Blue value is 84 (33.20% from 255 or 63.16% from 133); Max value from RGB is 84 - color contains mainly: blue. Hex color #141D54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141D54 is #EBE2AB. Grayscale: #202020. Windows color (decimal): -15458988 or 5512468. OLE color: 5512468.

HSL color Cylindrical-coordinate representation of color #141D54: hue angle of 231.56º 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 #141D54 is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 20 29 84 -
CMYK 0.76 0.65 0 0.67
HSL 231.56º 0.62% 0.2% -
HSV(B) 231.56º 0.76% 0.33% -
XYZ 2.33 1.67 8.59 -
YUV 32.58 157.02 119.03 -
System Red Green Blue C M Y K H S L
Decimal 20 29 84 0.76 0.65 0 0.67 231.56 0.62 0.2
Hex 14 1D 54 4C 41 0 43 E8 3E 14
Octal 24 35 124 114 101 0 103 350 76 24
Binary 10100 11101 1010100 1001100 1000001 0 1000011 11101000 111110 10100

Color Harmonies of #141D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141D54

Black with #141D54

Text Example


Text Example

White with #141D54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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