Html Css Color HEX #181F58 Lucky Point

📋 copy color: '#181F58'

red 24 ◦ green 31 ◦ blue 88

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

Shades of Lucky Point #181F58

Tints of Lucky Point #181F58

RGB

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

 GREEN value IS 31 (12.5% from 255) = 21.68%

 BLUE value IS 88 (34.77% from 255) = 61.54%

R = 16.78%
G = 21.68%
B = 61.54%

CMYK

 C value IS 0.73

 M value IS 0.65

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#181F58 (or 0x181F58) is known color: Lucky Point. HEX triplet: 18, 1F and 58. RGB value is (24,31,88). Sum of RGB (Red+Green+Blue) = 24+31+88=143 (18% of max value = 765). Red value is 24 (9.77% from 255 or 16.78% from 143); Green value is 31 (12.5% from 255 or 21.68% from 143); Blue value is 88 (34.77% from 255 or 61.54% from 143); Max value from RGB is 88 - color contains mainly: blue. Hex color #181F58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #181F58 is #E7E0A7. Grayscale: #232323. Windows color (decimal): -15196328 or 5775128. OLE color: 5775128.

HSL color Cylindrical-coordinate representation of color #181F58: hue angle of 233.44º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #181F58 is Cyan = 0.73, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 24 31 88 -
CMYK 0.73 0.65 0 0.65
HSL 233.44º 0.57% 0.22% -
HSV(B) 233.44º 0.73% 0.35% -
XYZ 2.63 1.88 9.46 -
YUV 35.41 157.68 119.87 -
System Red Green Blue C M Y K H S L
Decimal 24 31 88 0.73 0.65 0 0.65 233.44 0.57 0.22
Hex 18 1F 58 49 41 0 41 E9 39 16
Octal 30 37 130 111 101 0 101 351 71 26
Binary 11000 11111 1011000 1001001 1000001 0 1000001 11101001 111001 10110

Color Harmonies of #181F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181F58

Black with #181F58

Text Example


Text Example

White with #181F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,31,88); }

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

background-color css

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

 a { background-color: rgb(24,31,88); }

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

border-color css

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

 span { border-color: rgb(24,31,88); }

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