Html Css Color HEX #1D2459 Lucky Point

📋 copy color: '#1D2459'

red 29 ◦ green 36 ◦ blue 89

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

Shades of Lucky Point #1D2459

Tints of Lucky Point #1D2459

RGB

 RED value IS 29 (11.72% from 255) = 18.83%

 GREEN value IS 36 (14.45% from 255) = 23.38%

 BLUE value IS 89 (35.16% from 255) = 57.79%

R = 18.83%
G = 23.38%
B = 57.79%

CMYK

 C value IS 0.67

 M value IS 0.60

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1D2459 (or 0x1D2459) is known color: Lucky Point. HEX triplet: 1D, 24 and 59. RGB value is (29,36,89). Sum of RGB (Red+Green+Blue) = 29+36+89=154 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.83% from 154); Green value is 36 (14.45% from 255 or 23.38% from 154); Blue value is 89 (35.16% from 255 or 57.79% from 154); Max value from RGB is 89 - color contains mainly: blue. Hex color #1D2459 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2459 is #E2DBA6. Grayscale: #272727. Windows color (decimal): -14867367 or 5841949. OLE color: 5841949.

HSL color Cylindrical-coordinate representation of color #1D2459: hue angle of 233º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1D2459 is Cyan = 0.67, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 29 36 89 -
CMYK 0.67 0.60 0 0.65
HSL 233º 0.51% 0.23% -
HSV(B) 233º 0.67% 0.35% -
XYZ 2.94 2.24 9.73 -
YUV 39.95 155.68 120.19 -
System Red Green Blue C M Y K H S L
Decimal 29 36 89 0.67 0.60 0 0.65 233 0.51 0.23
Hex 1D 24 59 43 3C 0 41 E9 33 17
Octal 35 44 131 103 74 0 101 351 63 27
Binary 11101 100100 1011001 1000011 111100 0 1000001 11101001 110011 10111

Color Harmonies of #1D2459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2459

Black with #1D2459

Text Example


Text Example

White with #1D2459

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,36,89); }

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

background-color css

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

 a { background-color: rgb(29,36,89); }

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

border-color css

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

 span { border-color: rgb(29,36,89); }

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