Html Css Color HEX #141952 Lucky Point

📋 copy color: '#141952'

red 20 ◦ green 25 ◦ blue 82

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

Shades of Lucky Point #141952

Tints of Lucky Point #141952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 64.57%

R = 15.75%
G = 19.69%
B = 64.57%

CMYK

 C value IS 0.76

 M value IS 0.70

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#141952 (or 0x141952) is known color: Lucky Point. HEX triplet: 14, 19 and 52. RGB value is (20,25,82). Sum of RGB (Red+Green+Blue) = 20+25+82=127 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.75% from 127); Green value is 25 (10.16% from 255 or 19.69% from 127); Blue value is 82 (32.42% from 255 or 64.57% from 127); Max value from RGB is 82 - color contains mainly: blue. Hex color #141952 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141952 is #EBE6AD. Grayscale: #1D1D1D. Windows color (decimal): -15460014 or 5380372. OLE color: 5380372.

HSL color Cylindrical-coordinate representation of color #141952: hue angle of 235.16º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #141952 is Cyan = 0.76, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 20 25 82 -
CMYK 0.76 0.70 0 0.68
HSL 235.16º 0.61% 0.2% -
HSV(B) 235.16º 0.76% 0.32% -
XYZ 2.16 1.45 8.15 -
YUV 30 157.34 120.87 -
System Red Green Blue C M Y K H S L
Decimal 20 25 82 0.76 0.70 0 0.68 235.16 0.61 0.2
Hex 14 19 52 4C 46 0 44 EB 3D 14
Octal 24 31 122 114 106 0 104 353 75 24
Binary 10100 11001 1010010 1001100 1000110 0 1000100 11101011 111101 10100

Color Harmonies of #141952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141952

Black with #141952

Text Example


Text Example

White with #141952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141952; }

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

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

background-color css

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

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

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

border-color css

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

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

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