Html Css Color HEX #18214D Lucky Point

📋 copy color: '#18214D'

red 24 ◦ green 33 ◦ blue 77

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

Shades of Lucky Point #18214D

Tints of Lucky Point #18214D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 57.46%

R = 17.91%
G = 24.63%
B = 57.46%

CMYK

 C value IS 0.69

 M value IS 0.57

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#18214D (or 0x18214D) is known color: Lucky Point. HEX triplet: 18, 21 and 4D. RGB value is (24,33,77). Sum of RGB (Red+Green+Blue) = 24+33+77=134 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.91% from 134); Green value is 33 (13.28% from 255 or 24.63% from 134); Blue value is 77 (30.47% from 255 or 57.46% from 134); Max value from RGB is 77 - color contains mainly: blue. Hex color #18214D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18214D is #E7DEB2. Grayscale: #232323. Windows color (decimal): -15195827 or 5054744. OLE color: 5054744.

HSL color Cylindrical-coordinate representation of color #18214D: hue angle of 229.81º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #18214D is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 24 33 77 -
CMYK 0.69 0.57 0 0.70
HSL 229.81º 0.52% 0.2% -
HSV(B) 229.81º 0.69% 0.3% -
XYZ 2.26 1.82 7.25 -
YUV 35.33 151.52 119.92 -
System Red Green Blue C M Y K H S L
Decimal 24 33 77 0.69 0.57 0 0.70 229.81 0.52 0.2
Hex 18 21 4D 45 39 0 46 E6 34 14
Octal 30 41 115 105 71 0 106 346 64 24
Binary 11000 100001 1001101 1000101 111001 0 1000110 11100110 110100 10100

Color Harmonies of #18214D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18214D

Black with #18214D

Text Example


Text Example

White with #18214D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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