Html Css Color HEX #18254E Lucky Point

📋 copy color: '#18254E'

red 24 ◦ green 37 ◦ blue 78

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

Shades of Lucky Point #18254E

Tints of Lucky Point #18254E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 56.12%

R = 17.27%
G = 26.62%
B = 56.12%

CMYK

 C value IS 0.69

 M value IS 0.53

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#18254E (or 0x18254E) is known color: Lucky Point. HEX triplet: 18, 25 and 4E. RGB value is (24,37,78). Sum of RGB (Red+Green+Blue) = 24+37+78=139 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.27% from 139); Green value is 37 (14.84% from 255 or 26.62% from 139); Blue value is 78 (30.86% from 255 or 56.12% from 139); Max value from RGB is 78 - color contains mainly: blue. Hex color #18254E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18254E is #E7DAB1. Grayscale: #252525. Windows color (decimal): -15194802 or 5121304. OLE color: 5121304.

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

Color convert

RGB 24 37 78 -
CMYK 0.69 0.53 0 0.69
HSL 225.56º 0.53% 0.2% -
HSV(B) 225.56º 0.69% 0.31% -
XYZ 2.41 2.07 7.48 -
YUV 37.79 150.69 118.17 -
System Red Green Blue C M Y K H S L
Decimal 24 37 78 0.69 0.53 0 0.69 225.56 0.53 0.2
Hex 18 25 4E 45 35 0 45 E2 35 14
Octal 30 45 116 105 65 0 105 342 65 24
Binary 11000 100101 1001110 1000101 110101 0 1000101 11100010 110101 10100

Color Harmonies of #18254E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18254E

Black with #18254E

Text Example


Text Example

White with #18254E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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