Html Css Color HEX #141B52 Lucky Point

📋 copy color: '#141B52'

red 20 ◦ green 27 ◦ blue 82

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

Shades of Lucky Point #141B52

Tints of Lucky Point #141B52

RGB

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

 GREEN value IS 27 (10.94% from 255) = 20.93%

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

R = 15.5%
G = 20.93%
B = 63.57%

CMYK

 C value IS 0.76

 M value IS 0.67

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#141B52 (or 0x141B52) is known color: Lucky Point. HEX triplet: 14, 1B and 52. RGB value is (20,27,82). Sum of RGB (Red+Green+Blue) = 20+27+82=129 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.50% from 129); Green value is 27 (10.94% from 255 or 20.93% from 129); Blue value is 82 (32.42% from 255 or 63.57% from 129); Max value from RGB is 82 - color contains mainly: blue. Hex color #141B52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141B52 is #EBE4AD. Grayscale: #1E1E1E. Windows color (decimal): -15459502 or 5380884. OLE color: 5380884.

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

Color convert

RGB 20 27 82 -
CMYK 0.76 0.67 0 0.68
HSL 233.23º 0.61% 0.2% -
HSV(B) 233.23º 0.76% 0.32% -
XYZ 2.2 1.54 8.16 -
YUV 31.18 156.68 120.03 -
System Red Green Blue C M Y K H S L
Decimal 20 27 82 0.76 0.67 0 0.68 233.23 0.61 0.2
Hex 14 1B 52 4C 43 0 44 E9 3D 14
Octal 24 33 122 114 103 0 104 351 75 24
Binary 10100 11011 1010010 1001100 1000011 0 1000100 11101001 111101 10100

Color Harmonies of #141B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141B52

Black with #141B52

Text Example


Text Example

White with #141B52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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