Html Css Color HEX #1A255A Lucky Point

📋 copy color: '#1A255A'

red 26 ◦ green 37 ◦ blue 90

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

Shades of Lucky Point #1A255A

Tints of Lucky Point #1A255A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 58.82%

R = 16.99%
G = 24.18%
B = 58.82%

CMYK

 C value IS 0.71

 M value IS 0.59

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1A255A (or 0x1A255A) is known color: Lucky Point. HEX triplet: 1A, 25 and 5A. RGB value is (26,37,90). Sum of RGB (Red+Green+Blue) = 26+37+90=153 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.99% from 153); Green value is 37 (14.84% from 255 or 24.18% from 153); Blue value is 90 (35.55% from 255 or 58.82% from 153); Max value from RGB is 90 - color contains mainly: blue. Hex color #1A255A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A255A is #E5DAA5. Grayscale: #272727. Windows color (decimal): -15063718 or 5907738. OLE color: 5907738.

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

Color convert

RGB 26 37 90 -
CMYK 0.71 0.59 0 0.65
HSL 229.69º 0.55% 0.23% -
HSV(B) 229.69º 0.71% 0.35% -
XYZ 2.93 2.28 9.96 -
YUV 39.75 156.36 118.19 -
System Red Green Blue C M Y K H S L
Decimal 26 37 90 0.71 0.59 0 0.65 229.69 0.55 0.23
Hex 1A 25 5A 47 3B 0 41 E6 37 17
Octal 32 45 132 107 73 0 101 346 67 27
Binary 11010 100101 1011010 1000111 111011 0 1000001 11100110 110111 10111

Color Harmonies of #1A255A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A255A

Black with #1A255A

Text Example


Text Example

White with #1A255A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,37,90); }

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

background-color css

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

 a { background-color: rgb(26,37,90); }

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

border-color css

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

 span { border-color: rgb(26,37,90); }

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