Html Css Color HEX #141F52 Lucky Point

📋 copy color: '#141F52'

red 20 ◦ green 31 ◦ blue 82

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

Shades of Lucky Point #141F52

Tints of Lucky Point #141F52

RGB

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

 GREEN value IS 31 (12.5% from 255) = 23.31%

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

R = 15.04%
G = 23.31%
B = 61.65%

CMYK

 C value IS 0.76

 M value IS 0.62

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#141F52 (or 0x141F52) is known color: Lucky Point. HEX triplet: 14, 1F and 52. RGB value is (20,31,82). Sum of RGB (Red+Green+Blue) = 20+31+82=133 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.04% from 133); Green value is 31 (12.5% from 255 or 23.31% from 133); Blue value is 82 (32.42% from 255 or 61.65% from 133); Max value from RGB is 82 - color contains mainly: blue. Hex color #141F52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141F52 is #EBE0AD. Grayscale: #212121. Windows color (decimal): -15458478 or 5381908. OLE color: 5381908.

HSL color Cylindrical-coordinate representation of color #141F52: hue angle of 229.35º 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 #141F52 is Cyan = 0.76, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 20 31 82 -
CMYK 0.76 0.62 0 0.68
HSL 229.35º 0.61% 0.2% -
HSV(B) 229.35º 0.76% 0.32% -
XYZ 2.3 1.74 8.2 -
YUV 33.53 155.36 118.35 -
System Red Green Blue C M Y K H S L
Decimal 20 31 82 0.76 0.62 0 0.68 229.35 0.61 0.2
Hex 14 1F 52 4C 3E 0 44 E5 3D 14
Octal 24 37 122 114 76 0 104 345 75 24
Binary 10100 11111 1010010 1001100 111110 0 1000100 11100101 111101 10100

Color Harmonies of #141F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141F52

Black with #141F52

Text Example


Text Example

White with #141F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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