#1A234E

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

Shades of Lucky Point #1A234E

Tints of Lucky Point #1A234E

Color information

#1A234E (or 0x1A234E) is unknown color: approx Lucky Point. HEX triplet: 1A, 23 and 4E. RGB value is (26,35,78). Sum of RGB (Red+Green+Blue) = 26+35+78=139 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.71% from 139); Green value is 35 (14.06% from 255 or 25.18% from 139); Blue value is 78 (30.86% from 255 or 56.12% from 139); Max value from RGB is 78 - color contains mainly: blue. Hex color #1A234E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A234E is #E5DCB1. Grayscale: #252525. Windows color (decimal): -15064242 or 5120794. OLE color: 5120794.

HSL color Cylindrical-coordinate representation of color #1A234E: hue angle of 229.62º 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 #1A234E is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB263578-
CMYK0.670.5500.69
HSL229.62º50%20.39%-
HSV(B)229.62º66.67%30.59%-
XYZ2.41.977.46-
YUV37.21151.02120-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 18.71%
GREEN value IS 35 (14.06% from 255) = 25.18%
BLUE value IS 78 (30.86% from 255) = 56.12%
R=18.71%
G=25.18%
B=56.12%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2635780.670.5500.69229.625020.39
Hex1A234E4337045e63214
Octal32431161036701053466224
Binary1101010001110011101000011110111010001011110011011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A234E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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