Html Css Color HEX #141953 Lucky Point

📋 copy color: '#141953'

red 20 ◦ green 25 ◦ blue 83

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

Shades of Lucky Point #141953

Tints of Lucky Point #141953

RGB

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

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

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

R = 15.63%
G = 19.53%
B = 64.84%

CMYK

 C value IS 0.76

 M value IS 0.70

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#141953 (or 0x141953) is known color: Lucky Point. HEX triplet: 14, 19 and 53. RGB value is (20,25,83). Sum of RGB (Red+Green+Blue) = 20+25+83=128 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.62% from 128); Green value is 25 (10.16% from 255 or 19.53% from 128); Blue value is 83 (32.81% from 255 or 64.84% from 128); Max value from RGB is 83 - color contains mainly: blue. Hex color #141953 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141953 is #EBE6AC. Grayscale: #1D1D1D. Windows color (decimal): -15460013 or 5445908. OLE color: 5445908.

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

Color convert

RGB 20 25 83 -
CMYK 0.76 0.70 0 0.67
HSL 235.24º 0.61% 0.2% -
HSV(B) 235.24º 0.76% 0.33% -
XYZ 2.2 1.47 8.35 -
YUV 30.12 157.84 120.78 -
System Red Green Blue C M Y K H S L
Decimal 20 25 83 0.76 0.70 0 0.67 235.24 0.61 0.2
Hex 14 19 53 4C 46 0 43 EB 3D 14
Octal 24 31 123 114 106 0 103 353 75 24
Binary 10100 11001 1010011 1001100 1000110 0 1000011 11101011 111101 10100

Color Harmonies of #141953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141953

Black with #141953

Text Example


Text Example

White with #141953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141953; }

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

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

background-color css

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

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

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

border-color css

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

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

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