Html Css Color HEX #1D225A Lucky Point

📋 copy color: '#1D225A'

red 29 ◦ green 34 ◦ blue 90

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

Shades of Lucky Point #1D225A

Tints of Lucky Point #1D225A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.22%

 BLUE value IS 90 (35.55% from 255) = 58.82%

R = 18.95%
G = 22.22%
B = 58.82%

CMYK

 C value IS 0.68

 M value IS 0.62

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1D225A (or 0x1D225A) is known color: Lucky Point. HEX triplet: 1D, 22 and 5A. RGB value is (29,34,90). Sum of RGB (Red+Green+Blue) = 29+34+90=153 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.95% from 153); Green value is 34 (13.67% from 255 or 22.22% from 153); Blue value is 90 (35.55% from 255 or 58.82% from 153); Max value from RGB is 90 - color contains mainly: blue. Hex color #1D225A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D225A is #E2DDA5. Grayscale: #262626. Windows color (decimal): -14867878 or 5906973. OLE color: 5906973.

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

Color convert

RGB 29 34 90 -
CMYK 0.68 0.62 0 0.65
HSL 235.08º 0.51% 0.23% -
HSV(B) 235.08º 0.68% 0.35% -
XYZ 2.92 2.14 9.93 -
YUV 38.89 156.84 120.95 -
System Red Green Blue C M Y K H S L
Decimal 29 34 90 0.68 0.62 0 0.65 235.08 0.51 0.23
Hex 1D 22 5A 44 3E 0 41 EB 33 17
Octal 35 42 132 104 76 0 101 353 63 27
Binary 11101 100010 1011010 1000100 111110 0 1000001 11101011 110011 10111

Color Harmonies of #1D225A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D225A

Black with #1D225A

Text Example


Text Example

White with #1D225A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,34,90); }

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

background-color css

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

 a { background-color: rgb(29,34,90); }

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

border-color css

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

 span { border-color: rgb(29,34,90); }

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