#1A1D4B

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

Shades of Lucky Point #1A1D4B

Tints of Lucky Point #1A1D4B

Color information

#1A1D4B (or 0x1A1D4B) is unknown color: approx Lucky Point. HEX triplet: 1A, 1D and 4B. RGB value is (26,29,75). Sum of RGB (Red+Green+Blue) = 26+29+75=130 (17% of max value = 765). Red value is 26 (10.55% from 255 or 20% from 130); Green value is 29 (11.72% from 255 or 22.31% from 130); Blue value is 75 (29.69% from 255 or 57.69% from 130); Max value from RGB is 75 - color contains mainly: blue. Hex color #1A1D4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A1D4B is #E5E2B4. Grayscale: #212121. Windows color (decimal): -15065781 or 4922650. OLE color: 4922650.

HSL color Cylindrical-coordinate representation of color #1A1D4B: hue angle of 236.33º 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 #1A1D4B is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB262975-
CMYK0.650.6100.71
HSL236.33º48.51%19.8%-
HSV(B)236.33º65.33%29.41%-
XYZ2.141.616.85-
YUV33.35151.51122.76-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 20%
GREEN value IS 29 (11.72% from 255) = 22.31%
BLUE value IS 75 (29.69% from 255) = 57.69%
R=20%
G=22.31%
B=57.69%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2629750.650.6100.71236.3348.5119.8
Hex1A1D4B413D047ec3114
Octal32351131017501073546124
Binary110101110110010111000001111101010001111110110011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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