Html Css Color HEX #1A1F59 Lucky Point

📋 copy color: '#1A1F59'

red 26 ◦ green 31 ◦ blue 89

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

Shades of Lucky Point #1A1F59

Tints of Lucky Point #1A1F59

RGB

 RED value IS 26 (10.55% from 255) = 17.81%

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

 BLUE value IS 89 (35.16% from 255) = 60.96%

R = 17.81%
G = 21.23%
B = 60.96%

CMYK

 C value IS 0.71

 M value IS 0.65

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1A1F59 (or 0x1A1F59) is known color: Lucky Point. HEX triplet: 1A, 1F and 59. RGB value is (26,31,89). Sum of RGB (Red+Green+Blue) = 26+31+89=146 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.81% from 146); Green value is 31 (12.5% from 255 or 21.23% from 146); Blue value is 89 (35.16% from 255 or 60.96% from 146); Max value from RGB is 89 - color contains mainly: blue. Hex color #1A1F59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A1F59 is #E5E0A6. Grayscale: #232323. Windows color (decimal): -15065255 or 5840666. OLE color: 5840666.

HSL color Cylindrical-coordinate representation of color #1A1F59: hue angle of 235.24º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1A1F59 is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 26 31 89 -
CMYK 0.71 0.65 0 0.65
HSL 235.24º 0.55% 0.23% -
HSV(B) 235.24º 0.71% 0.35% -
XYZ 2.72 1.92 9.68 -
YUV 36.12 157.84 120.78 -
System Red Green Blue C M Y K H S L
Decimal 26 31 89 0.71 0.65 0 0.65 235.24 0.55 0.23
Hex 1A 1F 59 47 41 0 41 EB 37 17
Octal 32 37 131 107 101 0 101 353 67 27
Binary 11010 11111 1011001 1000111 1000001 0 1000001 11101011 110111 10111

Color Harmonies of #1A1F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A1F59

Black with #1A1F59

Text Example


Text Example

White with #1A1F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A1F59; }

 p { color: rgb(26,31,89); }

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

background-color css

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

 a { background-color: rgb(26,31,89); }

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

border-color css

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

 span { border-color: rgb(26,31,89); }

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