Html Css Color HEX #141B53 Lucky Point

📋 copy color: '#141B53'

red 20 ◦ green 27 ◦ blue 83

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

Shades of Lucky Point #141B53

Tints of Lucky Point #141B53

RGB

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

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

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

R = 15.38%
G = 20.77%
B = 63.85%

CMYK

 C value IS 0.76

 M value IS 0.67

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#141B53 (or 0x141B53) is known color: Lucky Point. HEX triplet: 14, 1B and 53. RGB value is (20,27,83). Sum of RGB (Red+Green+Blue) = 20+27+83=130 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.38% from 130); Green value is 27 (10.94% from 255 or 20.77% from 130); Blue value is 83 (32.81% from 255 or 63.85% from 130); Max value from RGB is 83 - color contains mainly: blue. Hex color #141B53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141B53 is #EBE4AC. Grayscale: #1F1F1F. Windows color (decimal): -15459501 or 5446420. OLE color: 5446420.

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

Color convert

RGB 20 27 83 -
CMYK 0.76 0.67 0 0.67
HSL 233.33º 0.61% 0.2% -
HSV(B) 233.33º 0.76% 0.33% -
XYZ 2.24 1.56 8.37 -
YUV 31.29 157.18 119.95 -
System Red Green Blue C M Y K H S L
Decimal 20 27 83 0.76 0.67 0 0.67 233.33 0.61 0.2
Hex 14 1B 53 4C 43 0 43 E9 3D 14
Octal 24 33 123 114 103 0 103 351 75 24
Binary 10100 11011 1010011 1001100 1000011 0 1000011 11101001 111101 10100

Color Harmonies of #141B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141B53

Black with #141B53

Text Example


Text Example

White with #141B53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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