Html Css Color HEX #182353 Lucky Point

📋 copy color: '#182353'

red 24 ◦ green 35 ◦ blue 83

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

Shades of Lucky Point #182353

Tints of Lucky Point #182353

RGB

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

 GREEN value IS 35 (14.06% from 255) = 24.65%

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

R = 16.9%
G = 24.65%
B = 58.45%

CMYK

 C value IS 0.71

 M value IS 0.58

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#182353 (or 0x182353) is known color: Lucky Point. HEX triplet: 18, 23 and 53. RGB value is (24,35,83). Sum of RGB (Red+Green+Blue) = 24+35+83=142 (18% of max value = 765). Red value is 24 (9.77% from 255 or 16.90% from 142); Green value is 35 (14.06% from 255 or 24.65% from 142); Blue value is 83 (32.81% from 255 or 58.45% from 142); Max value from RGB is 83 - color contains mainly: blue. Hex color #182353 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182353 is #E7DCAC. Grayscale: #242424. Windows color (decimal): -15195309 or 5448472. OLE color: 5448472.

HSL color Cylindrical-coordinate representation of color #182353: hue angle of 228.81º 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 #182353 is Cyan = 0.71, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 24 35 83 -
CMYK 0.71 0.58 0 0.67
HSL 228.81º 0.55% 0.21% -
HSV(B) 228.81º 0.71% 0.33% -
XYZ 2.54 2.02 8.44 -
YUV 37.18 153.86 118.6 -
System Red Green Blue C M Y K H S L
Decimal 24 35 83 0.71 0.58 0 0.67 228.81 0.55 0.21
Hex 18 23 53 47 3A 0 43 E5 37 15
Octal 30 43 123 107 72 0 103 345 67 25
Binary 11000 100011 1010011 1000111 111010 0 1000011 11100101 110111 10101

Color Harmonies of #182353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182353

Black with #182353

Text Example


Text Example

White with #182353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182353; }

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

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

background-color css

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

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

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

border-color css

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

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

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