Html Css Color HEX #202959 Lucky Point

📋 copy color: '#202959'

red 32 ◦ green 41 ◦ blue 89

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

Shades of Lucky Point #202959

Tints of Lucky Point #202959

RGB

 RED value IS 32 (12.89% from 255) = 19.75%

 GREEN value IS 41 (16.41% from 255) = 25.31%

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

R = 19.75%
G = 25.31%
B = 54.94%

CMYK

 C value IS 0.64

 M value IS 0.54

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#202959 (or 0x202959) is known color: Lucky Point. HEX triplet: 20, 29 and 59. RGB value is (32,41,89). Sum of RGB (Red+Green+Blue) = 32+41+89=162 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.75% from 162); Green value is 41 (16.41% from 255 or 25.31% from 162); Blue value is 89 (35.16% from 255 or 54.94% from 162); Max value from RGB is 89 - color contains mainly: blue. Hex color #202959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202959 is #DFD6A6. Grayscale: #2B2B2B. Windows color (decimal): -14669479 or 5843232. OLE color: 5843232.

HSL color Cylindrical-coordinate representation of color #202959: hue angle of 230.53º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #202959 is Cyan = 0.64, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 32 41 89 -
CMYK 0.64 0.54 0 0.65
HSL 230.53º 0.47% 0.24% -
HSV(B) 230.53º 0.64% 0.35% -
XYZ 3.19 2.61 9.79 -
YUV 43.78 153.52 119.6 -
System Red Green Blue C M Y K H S L
Decimal 32 41 89 0.64 0.54 0 0.65 230.53 0.47 0.24
Hex 20 29 59 40 36 0 41 E7 2F 18
Octal 40 51 131 100 66 0 101 347 57 30
Binary 100000 101001 1011001 1000000 110110 0 1000001 11100111 101111 11000

Color Harmonies of #202959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202959

Black with #202959

Text Example


Text Example

White with #202959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202959; }

 p { color: rgb(32,41,89); }

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

background-color css

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

 a { background-color: rgb(32,41,89); }

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

border-color css

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

 span { border-color: rgb(32,41,89); }

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