Html Css Color HEX #142251 Lucky Point

📋 copy color: '#142251'

red 20 ◦ green 34 ◦ blue 81

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

Shades of Lucky Point #142251

Tints of Lucky Point #142251

RGB

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

 GREEN value IS 34 (13.67% from 255) = 25.19%

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

R = 14.81%
G = 25.19%
B = 60%

CMYK

 C value IS 0.75

 M value IS 0.58

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#142251 (or 0x142251) is known color: Lucky Point. HEX triplet: 14, 22 and 51. RGB value is (20,34,81). Sum of RGB (Red+Green+Blue) = 20+34+81=135 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.81% from 135); Green value is 34 (13.67% from 255 or 25.19% from 135); Blue value is 81 (32.03% from 255 or 60% from 135); Max value from RGB is 81 - color contains mainly: blue. Hex color #142251 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142251 is #EBDDAE. Grayscale: #222222. Windows color (decimal): -15457711 or 5317140. OLE color: 5317140.

HSL color Cylindrical-coordinate representation of color #142251: hue angle of 226.23º 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 #142251 is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 20 34 81 -
CMYK 0.75 0.58 0 0.68
HSL 226.23º 0.6% 0.2% -
HSV(B) 226.23º 0.75% 0.32% -
XYZ 2.35 1.89 8.03 -
YUV 35.17 153.86 117.18 -
System Red Green Blue C M Y K H S L
Decimal 20 34 81 0.75 0.58 0 0.68 226.23 0.6 0.2
Hex 14 22 51 4B 3A 0 44 E2 3C 14
Octal 24 42 121 113 72 0 104 342 74 24
Binary 10100 100010 1010001 1001011 111010 0 1000100 11100010 111100 10100

Color Harmonies of #142251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142251

Black with #142251

Text Example


Text Example

White with #142251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142251; }

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

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

background-color css

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

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

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

border-color css

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

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

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