Html Css Color HEX #141B51 Lucky Point

📋 copy color: '#141B51'

red 20 ◦ green 27 ◦ blue 81

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

Shades of Lucky Point #141B51

Tints of Lucky Point #141B51

RGB

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

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

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

R = 15.63%
G = 21.09%
B = 63.28%

CMYK

 C value IS 0.75

 M value IS 0.67

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#141B51 (or 0x141B51) is known color: Lucky Point. HEX triplet: 14, 1B and 51. RGB value is (20,27,81). Sum of RGB (Red+Green+Blue) = 20+27+81=128 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.62% from 128); Green value is 27 (10.94% from 255 or 21.09% from 128); Blue value is 81 (32.03% from 255 or 63.28% from 128); Max value from RGB is 81 - color contains mainly: blue. Hex color #141B51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141B51 is #EBE4AE. Grayscale: #1E1E1E. Windows color (decimal): -15459503 or 5315348. OLE color: 5315348.

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

Color convert

RGB 20 27 81 -
CMYK 0.75 0.67 0 0.68
HSL 233.11º 0.6% 0.2% -
HSV(B) 233.11º 0.75% 0.32% -
XYZ 2.17 1.53 7.97 -
YUV 31.06 156.18 120.11 -
System Red Green Blue C M Y K H S L
Decimal 20 27 81 0.75 0.67 0 0.68 233.11 0.6 0.2
Hex 14 1B 51 4B 43 0 44 E9 3C 14
Octal 24 33 121 113 103 0 104 351 74 24
Binary 10100 11011 1010001 1001011 1000011 0 1000100 11101001 111100 10100

Color Harmonies of #141B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141B51

Black with #141B51

Text Example


Text Example

White with #141B51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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