#1A274E

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

Shades of Lucky Point #1A274E

Tints of Lucky Point #1A274E

Color information

#1A274E (or 0x1A274E) is unknown color: approx Lucky Point. HEX triplet: 1A, 27 and 4E. RGB value is (26,39,78). Sum of RGB (Red+Green+Blue) = 26+39+78=143 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.18% from 143); Green value is 39 (15.62% from 255 or 27.27% from 143); Blue value is 78 (30.86% from 255 or 54.55% from 143); Max value from RGB is 78 - color contains mainly: blue. Hex color #1A274E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A274E is #E5D8B1. Grayscale: #272727. Windows color (decimal): -15063218 or 5121818. OLE color: 5121818.

HSL color Cylindrical-coordinate representation of color #1A274E: hue angle of 225º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1A274E is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB263978-
CMYK0.670.5000.69
HSL225º50%20.39%-
HSV(B)225º66.67%30.59%-
XYZ2.532.227.5-
YUV39.56149.69118.33-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 18.18%
GREEN value IS 39 (15.62% from 255) = 27.27%
BLUE value IS 78 (30.86% from 255) = 54.55%
R=18.18%
G=27.27%
B=54.55%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2639780.670.5000.692255020.39
Hex1A274E4332045e13214
Octal32471161036201053416224
Binary1101010011110011101000011110010010001011110000111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A274E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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