Html Css Color HEX #141D53 Lucky Point

📋 copy color: '#141D53'

red 20 ◦ green 29 ◦ blue 83

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

Shades of Lucky Point #141D53

Tints of Lucky Point #141D53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 62.88%

R = 15.15%
G = 21.97%
B = 62.88%

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

#141D53 (or 0x141D53) is known color: Lucky Point. HEX triplet: 14, 1D and 53. RGB value is (20,29,83). Sum of RGB (Red+Green+Blue) = 20+29+83=132 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.15% from 132); Green value is 29 (11.72% from 255 or 21.97% from 132); Blue value is 83 (32.81% from 255 or 62.88% from 132); Max value from RGB is 83 - color contains mainly: blue. Hex color #141D53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141D53 is #EBE2AC. Grayscale: #202020. Windows color (decimal): -15458989 or 5446932. OLE color: 5446932.

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

Color convert

RGB 20 29 83 -
CMYK 0.76 0.65 0 0.67
HSL 231.43º 0.61% 0.2% -
HSV(B) 231.43º 0.76% 0.33% -
XYZ 2.29 1.65 8.38 -
YUV 32.47 156.52 119.11 -
System Red Green Blue C M Y K H S L
Decimal 20 29 83 0.76 0.65 0 0.67 231.43 0.61 0.2
Hex 14 1D 53 4C 41 0 43 E7 3D 14
Octal 24 35 123 114 101 0 103 347 75 24
Binary 10100 11101 1010011 1001100 1000001 0 1000011 11100111 111101 10100

Color Harmonies of #141D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141D53

Black with #141D53

Text Example


Text Example

White with #141D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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