#1A275D

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

Shades of Lucky Point #1A275D

Tints of Lucky Point #1A275D

Color information

#1A275D (or 0x1A275D) is unknown color: approx Lucky Point. HEX triplet: 1A, 27 and 5D. RGB value is (26,39,93). Sum of RGB (Red+Green+Blue) = 26+39+93=158 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.46% from 158); Green value is 39 (15.62% from 255 or 24.68% from 158); Blue value is 93 (36.72% from 255 or 58.86% from 158); Max value from RGB is 93 - color contains mainly: blue. Hex color #1A275D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A275D is #E5D8A2. Grayscale: #292929. Windows color (decimal): -15063203 or 6104858. OLE color: 6104858.

HSL color Cylindrical-coordinate representation of color #1A275D: hue angle of 228.36º 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 #1A275D is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB263993-
CMYK0.720.5800.64
HSL228.36º56.3%23.33%-
HSV(B)228.36º72.04%36.47%-
XYZ3.132.4610.67-
YUV41.27157.19117.11-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.46%
GREEN value IS 39 (15.62% from 255) = 24.68%
BLUE value IS 93 (36.72% from 255) = 58.86%
R=16.46%
G=24.68%
B=58.86%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2639930.720.5800.64228.3656.323.33
Hex1A275D483A040e43817
Octal32471351107201003447027
Binary1101010011110111011001000111010010000001110010011100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A275D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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