#1A204B

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

Shades of Lucky Point #1A204B

Tints of Lucky Point #1A204B

Color information

#1A204B (or 0x1A204B) is unknown color: approx Lucky Point. HEX triplet: 1A, 20 and 4B. RGB value is (26,32,75). Sum of RGB (Red+Green+Blue) = 26+32+75=133 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.55% from 133); Green value is 32 (12.89% from 255 or 24.06% from 133); Blue value is 75 (29.69% from 255 or 56.39% from 133); Max value from RGB is 75 - color contains mainly: blue. Hex color #1A204B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A204B is #E5DFB4. Grayscale: #222222. Windows color (decimal): -15065013 or 4923418. OLE color: 4923418.

HSL color Cylindrical-coordinate representation of color #1A204B: hue angle of 232.65º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1A204B is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB263275-
CMYK0.650.5700.71
HSL232.65º48.51%19.8%-
HSV(B)232.65º65.33%29.41%-
XYZ2.211.766.88-
YUV35.11150.51121.5-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 19.55%
GREEN value IS 32 (12.89% from 255) = 24.06%
BLUE value IS 75 (29.69% from 255) = 56.39%
R=19.55%
G=24.06%
B=56.39%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2632750.650.5700.71232.6548.5119.8
Hex1A204B4139047e93114
Octal32401131017101073516124
Binary1101010000010010111000001111001010001111110100111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A204B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,32,75); }

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

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

 a { background-color: rgb(26,32,75); }

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

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

 span { border-color: rgb(26,32,75); }

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