Html Css Color HEX #1E214E Lucky Point

📋 copy color: '#1E214E'

red 30 ◦ green 33 ◦ blue 78

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

Shades of Lucky Point #1E214E

Tints of Lucky Point #1E214E

RGB

 RED value IS 30 (12.11% from 255) = 21.28%

 GREEN value IS 33 (13.28% from 255) = 23.4%

 BLUE value IS 78 (30.86% from 255) = 55.32%

R = 21.28%
G = 23.4%
B = 55.32%

CMYK

 C value IS 0.62

 M value IS 0.58

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#1E214E (or 0x1E214E) is known color: Lucky Point. HEX triplet: 1E, 21 and 4E. RGB value is (30,33,78). Sum of RGB (Red+Green+Blue) = 30+33+78=141 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.28% from 141); Green value is 33 (13.28% from 255 or 23.40% from 141); Blue value is 78 (30.86% from 255 or 55.32% from 141); Max value from RGB is 78 - color contains mainly: blue. Hex color #1E214E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E214E is #E1DEB1. Grayscale: #252525. Windows color (decimal): -14802610 or 5120286. OLE color: 5120286.

HSL color Cylindrical-coordinate representation of color #1E214E: hue angle of 236.25º degrees, saturation: 0.44, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1E214E is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 30 33 78 -
CMYK 0.62 0.58 0 0.69
HSL 236.25º 0.44% 0.21% -
HSV(B) 236.25º 0.62% 0.31% -
XYZ 2.45 1.91 7.45 -
YUV 37.23 151.01 122.84 -
System Red Green Blue C M Y K H S L
Decimal 30 33 78 0.62 0.58 0 0.69 236.25 0.44 0.21
Hex 1E 21 4E 3E 3A 0 45 EC 2C 15
Octal 36 41 116 76 72 0 105 354 54 25
Binary 11110 100001 1001110 111110 111010 0 1000101 11101100 101100 10101

Color Harmonies of #1E214E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E214E

Black with #1E214E

Text Example


Text Example

White with #1E214E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1E214E; }

 p { color: rgb(30,33,78); }

 H1.HeaderClassName
 {
   color: #1E214E;
 }
 .AnyTagClassName
 {
   color: #1E214E;
 }
</style>

background-color css

<style>
 a { background-color: #1E214E; }

 a { background-color: rgb(30,33,78); }

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

border-color css

<style>
 span { border-color: #1E214E; }

 span { border-color: rgb(30,33,78); }

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