Html Css Color HEX #141F53 Lucky Point

📋 copy color: '#141F53'

red 20 ◦ green 31 ◦ blue 83

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

Shades of Lucky Point #141F53

Tints of Lucky Point #141F53

RGB

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

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

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

R = 14.93%
G = 23.13%
B = 61.94%

CMYK

 C value IS 0.76

 M value IS 0.63

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#141F53 (or 0x141F53) is known color: Lucky Point. HEX triplet: 14, 1F and 53. RGB value is (20,31,83). Sum of RGB (Red+Green+Blue) = 20+31+83=134 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.93% from 134); Green value is 31 (12.5% from 255 or 23.13% from 134); Blue value is 83 (32.81% from 255 or 61.94% from 134); Max value from RGB is 83 - color contains mainly: blue. Hex color #141F53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141F53 is #EBE0AC. Grayscale: #212121. Windows color (decimal): -15458477 or 5447444. OLE color: 5447444.

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

Color convert

RGB 20 31 83 -
CMYK 0.76 0.63 0 0.67
HSL 229.52º 0.61% 0.2% -
HSV(B) 229.52º 0.76% 0.33% -
XYZ 2.34 1.75 8.4 -
YUV 33.64 155.86 118.27 -
System Red Green Blue C M Y K H S L
Decimal 20 31 83 0.76 0.63 0 0.67 229.52 0.61 0.2
Hex 14 1F 53 4C 3F 0 43 E6 3D 14
Octal 24 37 123 114 77 0 103 346 75 24
Binary 10100 11111 1010011 1001100 111111 0 1000011 11100110 111101 10100

Color Harmonies of #141F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141F53

Black with #141F53

Text Example


Text Example

White with #141F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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