Html Css Color HEX #18254F Lucky Point

📋 copy color: '#18254F'

red 24 ◦ green 37 ◦ blue 79

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

Shades of Lucky Point #18254F

Tints of Lucky Point #18254F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 26.43%

 BLUE value IS 79 (31.25% from 255) = 56.43%

R = 17.14%
G = 26.43%
B = 56.43%

CMYK

 C value IS 0.70

 M value IS 0.53

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#18254F (or 0x18254F) is known color: Lucky Point. HEX triplet: 18, 25 and 4F. RGB value is (24,37,79). Sum of RGB (Red+Green+Blue) = 24+37+79=140 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.14% from 140); Green value is 37 (14.84% from 255 or 26.43% from 140); Blue value is 79 (31.25% from 255 or 56.43% from 140); Max value from RGB is 79 - color contains mainly: blue. Hex color #18254F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18254F is #E7DAB0. Grayscale: #252525. Windows color (decimal): -15194801 or 5186840. OLE color: 5186840.

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

Color convert

RGB 24 37 79 -
CMYK 0.70 0.53 0 0.69
HSL 225.82º 0.53% 0.2% -
HSV(B) 225.82º 0.7% 0.31% -
XYZ 2.45 2.08 7.67 -
YUV 37.9 151.19 118.08 -
System Red Green Blue C M Y K H S L
Decimal 24 37 79 0.70 0.53 0 0.69 225.82 0.53 0.2
Hex 18 25 4F 46 35 0 45 E2 35 14
Octal 30 45 117 106 65 0 105 342 65 24
Binary 11000 100101 1001111 1000110 110101 0 1000101 11100010 110101 10100

Color Harmonies of #18254F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18254F

Black with #18254F

Text Example


Text Example

White with #18254F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18254F; }

 p { color: rgb(24,37,79); }

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

background-color css

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

 a { background-color: rgb(24,37,79); }

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

border-color css

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

 span { border-color: rgb(24,37,79); }

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