Html Css Color HEX #181D53 Lucky Point

📋 copy color: '#181D53'

red 24 ◦ green 29 ◦ blue 83

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

Shades of Lucky Point #181D53

Tints of Lucky Point #181D53

RGB

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

 GREEN value IS 29 (11.72% from 255) = 21.32%

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

R = 17.65%
G = 21.32%
B = 61.03%

CMYK

 C value IS 0.71

 M value IS 0.65

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#181D53 (or 0x181D53) is known color: Lucky Point. HEX triplet: 18, 1D and 53. RGB value is (24,29,83). Sum of RGB (Red+Green+Blue) = 24+29+83=136 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.65% from 136); Green value is 29 (11.72% from 255 or 21.32% from 136); Blue value is 83 (32.81% from 255 or 61.03% from 136); Max value from RGB is 83 - color contains mainly: blue. Hex color #181D53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #181D53 is #E7E2AC. Grayscale: #212121. Windows color (decimal): -15196845 or 5446936. OLE color: 5446936.

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

Color convert

RGB 24 29 83 -
CMYK 0.71 0.65 0 0.67
HSL 234.92º 0.55% 0.21% -
HSV(B) 234.92º 0.71% 0.33% -
XYZ 2.38 1.7 8.39 -
YUV 33.66 155.84 121.11 -
System Red Green Blue C M Y K H S L
Decimal 24 29 83 0.71 0.65 0 0.67 234.92 0.55 0.21
Hex 18 1D 53 47 41 0 43 EB 37 15
Octal 30 35 123 107 101 0 103 353 67 25
Binary 11000 11101 1010011 1000111 1000001 0 1000011 11101011 110111 10101

Color Harmonies of #181D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181D53

Black with #181D53

Text Example


Text Example

White with #181D53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181D53; }

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

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

background-color css

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

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

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

border-color css

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

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

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