Html Css Color HEX #1F2959 Lucky Point

📋 copy color: '#1F2959'

red 31 ◦ green 41 ◦ blue 89

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

Shades of Lucky Point #1F2959

Tints of Lucky Point #1F2959

RGB

 RED value IS 31 (12.5% from 255) = 19.25%

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

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

R = 19.25%
G = 25.47%
B = 55.28%

CMYK

 C value IS 0.65

 M value IS 0.54

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1F2959 (or 0x1F2959) is known color: Lucky Point. HEX triplet: 1F, 29 and 59. RGB value is (31,41,89). Sum of RGB (Red+Green+Blue) = 31+41+89=161 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.25% from 161); Green value is 41 (16.41% from 255 or 25.47% from 161); Blue value is 89 (35.16% from 255 or 55.28% from 161); Max value from RGB is 89 - color contains mainly: blue. Hex color #1F2959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2959 is #E0D6A6. Grayscale: #2B2B2B. Windows color (decimal): -14735015 or 5843231. OLE color: 5843231.

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

Color convert

RGB 31 41 89 -
CMYK 0.65 0.54 0 0.65
HSL 229.66º 0.48% 0.24% -
HSV(B) 229.66º 0.65% 0.35% -
XYZ 3.16 2.6 9.79 -
YUV 43.48 153.69 119.1 -
System Red Green Blue C M Y K H S L
Decimal 31 41 89 0.65 0.54 0 0.65 229.66 0.48 0.24
Hex 1F 29 59 41 36 0 41 E6 30 18
Octal 37 51 131 101 66 0 101 346 60 30
Binary 11111 101001 1011001 1000001 110110 0 1000001 11100110 110000 11000

Color Harmonies of #1F2959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2959

Black with #1F2959

Text Example


Text Example

White with #1F2959

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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