Html Css Color HEX #182253 Lucky Point

📋 copy color: '#182253'

red 24 ◦ green 34 ◦ blue 83

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

Shades of Lucky Point #182253

Tints of Lucky Point #182253

RGB

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

 GREEN value IS 34 (13.67% from 255) = 24.11%

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

R = 17.02%
G = 24.11%
B = 58.87%

CMYK

 C value IS 0.71

 M value IS 0.59

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#182253 (or 0x182253) is known color: Lucky Point. HEX triplet: 18, 22 and 53. RGB value is (24,34,83). Sum of RGB (Red+Green+Blue) = 24+34+83=141 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.02% from 141); Green value is 34 (13.67% from 255 or 24.11% from 141); Blue value is 83 (32.81% from 255 or 58.87% from 141); Max value from RGB is 83 - color contains mainly: blue. Hex color #182253 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182253 is #E7DDAC. Grayscale: #242424. Windows color (decimal): -15195565 or 5448216. OLE color: 5448216.

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

Color convert

RGB 24 34 83 -
CMYK 0.71 0.59 0 0.67
HSL 229.83º 0.55% 0.21% -
HSV(B) 229.83º 0.71% 0.33% -
XYZ 2.51 1.96 8.43 -
YUV 36.6 154.19 119.02 -
System Red Green Blue C M Y K H S L
Decimal 24 34 83 0.71 0.59 0 0.67 229.83 0.55 0.21
Hex 18 22 53 47 3B 0 43 E6 37 15
Octal 30 42 123 107 73 0 103 346 67 25
Binary 11000 100010 1010011 1000111 111011 0 1000011 11100110 110111 10101

Color Harmonies of #182253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182253

Black with #182253

Text Example


Text Example

White with #182253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182253; }

 p { color: rgb(24,34,83); }

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

background-color css

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

 a { background-color: rgb(24,34,83); }

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

border-color css

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

 span { border-color: rgb(24,34,83); }

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