Html Css Color HEX #142051 Lucky Point

📋 copy color: '#142051'

red 20 ◦ green 32 ◦ blue 81

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

Shades of Lucky Point #142051

Tints of Lucky Point #142051

RGB

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

 GREEN value IS 32 (12.89% from 255) = 24.06%

 BLUE value IS 81 (32.03% from 255) = 60.9%

R = 15.04%
G = 24.06%
B = 60.9%

CMYK

 C value IS 0.75

 M value IS 0.60

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#142051 (or 0x142051) is known color: Lucky Point. HEX triplet: 14, 20 and 51. RGB value is (20,32,81). Sum of RGB (Red+Green+Blue) = 20+32+81=133 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.04% from 133); Green value is 32 (12.89% from 255 or 24.06% from 133); Blue value is 81 (32.03% from 255 or 60.90% from 133); Max value from RGB is 81 - color contains mainly: blue. Hex color #142051 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142051 is #EBDFAE. Grayscale: #212121. Windows color (decimal): -15458223 or 5316628. OLE color: 5316628.

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

Color convert

RGB 20 32 81 -
CMYK 0.75 0.60 0 0.68
HSL 228.2º 0.6% 0.2% -
HSV(B) 228.2º 0.75% 0.32% -
XYZ 2.29 1.78 8.01 -
YUV 34 154.52 118.02 -
System Red Green Blue C M Y K H S L
Decimal 20 32 81 0.75 0.60 0 0.68 228.2 0.6 0.2
Hex 14 20 51 4B 3C 0 44 E4 3C 14
Octal 24 40 121 113 74 0 104 344 74 24
Binary 10100 100000 1010001 1001011 111100 0 1000100 11100100 111100 10100

Color Harmonies of #142051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142051

Black with #142051

Text Example


Text Example

White with #142051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142051; }

 p { color: rgb(20,32,81); }

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

background-color css

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

 a { background-color: rgb(20,32,81); }

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

border-color css

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

 span { border-color: rgb(20,32,81); }

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