#1A264D

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

Shades of Lucky Point #1A264D

Tints of Lucky Point #1A264D

Color information

#1A264D (or 0x1A264D) is unknown color: approx Lucky Point. HEX triplet: 1A, 26 and 4D. RGB value is (26,38,77). Sum of RGB (Red+Green+Blue) = 26+38+77=141 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.44% from 141); Green value is 38 (15.23% from 255 or 26.95% from 141); Blue value is 77 (30.47% from 255 or 54.61% from 141); Max value from RGB is 77 - color contains mainly: blue. Hex color #1A264D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A264D is #E5D9B2. Grayscale: #262626. Windows color (decimal): -15063475 or 5056026. OLE color: 5056026.

HSL color Cylindrical-coordinate representation of color #1A264D: hue angle of 225.88º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1A264D is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB263877-
CMYK0.660.5100.70
HSL225.88º49.51%20.2%-
HSV(B)225.88º66.23%30.2%-
XYZ2.462.147.3-
YUV38.86149.52118.83-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 18.44%
GREEN value IS 38 (15.23% from 255) = 26.95%
BLUE value IS 77 (30.47% from 255) = 54.61%
R=18.44%
G=26.95%
B=54.61%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2638770.660.5100.70225.8849.5120.2
Hex1A264D4233046e23214
Octal32461151026301063426224
Binary1101010011010011011000010110011010001101110001011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A264D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,38,77); }

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

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

 a { background-color: rgb(26,38,77); }

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

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

 span { border-color: rgb(26,38,77); }

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