Html Css Color HEX #1A1D4A Lucky Point

📋 copy color: '#1A1D4A'

red 26 ◦ green 29 ◦ blue 74

#1A1D4A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lucky Point #1A1D4A

Tints of Lucky Point #1A1D4A

RGB

 RED value IS 26 (10.55% from 255) = 20.16%

 GREEN value IS 29 (11.72% from 255) = 22.48%

 BLUE value IS 74 (29.3% from 255) = 57.36%

R = 20.16%
G = 22.48%
B = 57.36%

CMYK

 C value IS 0.65

 M value IS 0.61

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#1A1D4A (or 0x1A1D4A) is known color: Lucky Point. HEX triplet: 1A, 1D and 4A. RGB value is (26,29,74). Sum of RGB (Red+Green+Blue) = 26+29+74=129 (17% of max value = 765). Red value is 26 (10.55% from 255 or 20.16% from 129); Green value is 29 (11.72% from 255 or 22.48% from 129); Blue value is 74 (29.30% from 255 or 57.36% from 129); Max value from RGB is 74 - color contains mainly: blue. Hex color #1A1D4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A1D4A is #E5E2B5. Grayscale: #212121. Windows color (decimal): -15065782 or 4857114. OLE color: 4857114.

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

Color convert

RGB 26 29 74 -
CMYK 0.65 0.61 0 0.71
HSL 236.25º 0.48% 0.2% -
HSV(B) 236.25º 0.65% 0.29% -
XYZ 2.1 1.59 6.68 -
YUV 33.23 151.01 122.84 -
System Red Green Blue C M Y K H S L
Decimal 26 29 74 0.65 0.61 0 0.71 236.25 0.48 0.2
Hex 1A 1D 4A 41 3D 0 47 EC 30 14
Octal 32 35 112 101 75 0 107 354 60 24
Binary 11010 11101 1001010 1000001 111101 0 1000111 11101100 110000 10100

Color Harmonies of #1A1D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A1D4A

Black with #1A1D4A

Text Example


Text Example

White with #1A1D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1A1D4A;
 }
 .AnyTagClassName
 {
   color: #1A1D4A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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