#1A225D

Color #1A225D Lucky Point (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky Point #1A225D

Tints of Lucky Point #1A225D

Color information

#1A225D (or 0x1A225D) is unknown color: approx Lucky Point. HEX triplet: 1A, 22 and 5D. RGB value is (26,34,93). Sum of RGB (Red+Green+Blue) = 26+34+93=153 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.99% from 153); Green value is 34 (13.67% from 255 or 22.22% from 153); Blue value is 93 (36.72% from 255 or 60.78% from 153); Max value from RGB is 93 - color contains mainly: blue. Hex color #1A225D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A225D is #E5DDA2. Grayscale: #262626. Windows color (decimal): -15064483 or 6103578. OLE color: 6103578.

HSL color Cylindrical-coordinate representation of color #1A225D: hue angle of 232.84º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1A225D is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB263493-
CMYK0.720.6300.64
HSL232.84º56.3%23.33%-
HSV(B)232.84º72.04%36.47%-
XYZ2.972.1510.61-
YUV38.33158.85119.2-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.99%
GREEN value IS 34 (13.67% from 255) = 22.22%
BLUE value IS 93 (36.72% from 255) = 60.78%
R=16.99%
G=22.22%
B=60.78%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2634930.720.6300.64232.8456.323.33
Hex1A225D483F040e93817
Octal32421351107701003517027
Binary1101010001010111011001000111111010000001110100111100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A225D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,34,93); }

 H1.HeaderClassName
 {
   color: #1A225D;
 }
 .AnyTagClassName
 {
   color: #1A225D;
 }
</style>
background-color css

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

 a { background-color: rgb(26,34,93); }

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

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

 span { border-color: rgb(26,34,93); }

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