Html Css Color HEX #18214E Lucky Point

📋 copy color: '#18214E'

red 24 ◦ green 33 ◦ blue 78

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

Shades of Lucky Point #18214E

Tints of Lucky Point #18214E

RGB

 RED value IS 24 (9.77% from 255) = 17.78%

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

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

R = 17.78%
G = 24.44%
B = 57.78%

CMYK

 C value IS 0.69

 M value IS 0.58

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#18214E (or 0x18214E) is known color: Lucky Point. HEX triplet: 18, 21 and 4E. RGB value is (24,33,78). Sum of RGB (Red+Green+Blue) = 24+33+78=135 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.78% from 135); Green value is 33 (13.28% from 255 or 24.44% from 135); Blue value is 78 (30.86% from 255 or 57.78% from 135); Max value from RGB is 78 - color contains mainly: blue. Hex color #18214E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18214E is #E7DEB1. Grayscale: #232323. Windows color (decimal): -15195826 or 5120280. OLE color: 5120280.

HSL color Cylindrical-coordinate representation of color #18214E: hue angle of 230º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #18214E is Cyan = 0.69, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 24 33 78 -
CMYK 0.69 0.58 0 0.69
HSL 230º 0.53% 0.2% -
HSV(B) 230º 0.69% 0.31% -
XYZ 2.3 1.83 7.44 -
YUV 35.44 152.02 119.84 -
System Red Green Blue C M Y K H S L
Decimal 24 33 78 0.69 0.58 0 0.69 230 0.53 0.2
Hex 18 21 4E 45 3A 0 45 E6 35 14
Octal 30 41 116 105 72 0 105 346 65 24
Binary 11000 100001 1001110 1000101 111010 0 1000101 11100110 110101 10100

Color Harmonies of #18214E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18214E

Black with #18214E

Text Example


Text Example

White with #18214E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18214E; }

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

 H1.HeaderClassName
 {
   color: #18214E;
 }
 .AnyTagClassName
 {
   color: #18214E;
 }
</style>

background-color css

<style>
 a { background-color: #18214E; }

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

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

border-color css

<style>
 span { border-color: #18214E; }

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

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