Html Css Color HEX #141C55 Lucky Point

📋 copy color: '#141C55'

red 20 ◦ green 28 ◦ blue 85

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

Shades of Lucky Point #141C55

Tints of Lucky Point #141C55

RGB

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

 GREEN value IS 28 (11.33% from 255) = 21.05%

 BLUE value IS 85 (33.59% from 255) = 63.91%

R = 15.04%
G = 21.05%
B = 63.91%

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

#141C55 (or 0x141C55) is known color: Lucky Point. HEX triplet: 14, 1C and 55. RGB value is (20,28,85). Sum of RGB (Red+Green+Blue) = 20+28+85=133 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.04% from 133); Green value is 28 (11.33% from 255 or 21.05% from 133); Blue value is 85 (33.59% from 255 or 63.91% from 133); Max value from RGB is 85 - color contains mainly: blue. Hex color #141C55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141C55 is #EBE3AA. Grayscale: #1F1F1F. Windows color (decimal): -15459243 or 5577748. OLE color: 5577748.

HSL color Cylindrical-coordinate representation of color #141C55: hue angle of 232.62º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #141C55 is Cyan = 0.76, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 20 28 85 -
CMYK 0.76 0.67 0 0.67
HSL 232.62º 0.62% 0.21% -
HSV(B) 232.62º 0.76% 0.33% -
XYZ 2.34 1.64 8.79 -
YUV 32.11 157.85 119.37 -
System Red Green Blue C M Y K H S L
Decimal 20 28 85 0.76 0.67 0 0.67 232.62 0.62 0.21
Hex 14 1C 55 4C 43 0 43 E9 3E 15
Octal 24 34 125 114 103 0 103 351 76 25
Binary 10100 11100 1010101 1001100 1000011 0 1000011 11101001 111110 10101

Color Harmonies of #141C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141C55

Black with #141C55

Text Example


Text Example

White with #141C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,28,85); }

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

background-color css

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

 a { background-color: rgb(20,28,85); }

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

border-color css

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

 span { border-color: rgb(20,28,85); }

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