Html Css Color HEX #1F2559 Lucky Point

📋 copy color: '#1F2559'

red 31 ◦ green 37 ◦ blue 89

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

Shades of Lucky Point #1F2559

Tints of Lucky Point #1F2559

RGB

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

 GREEN value IS 37 (14.84% from 255) = 23.57%

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

R = 19.75%
G = 23.57%
B = 56.69%

CMYK

 C value IS 0.65

 M value IS 0.58

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1F2559 (or 0x1F2559) is known color: Lucky Point. HEX triplet: 1F, 25 and 59. RGB value is (31,37,89). Sum of RGB (Red+Green+Blue) = 31+37+89=157 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.75% from 157); Green value is 37 (14.84% from 255 or 23.57% from 157); Blue value is 89 (35.16% from 255 or 56.69% from 157); Max value from RGB is 89 - color contains mainly: blue. Hex color #1F2559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2559 is #E0DAA6. Grayscale: #282828. Windows color (decimal): -14736039 or 5842207. OLE color: 5842207.

HSL color Cylindrical-coordinate representation of color #1F2559: hue angle of 233.79º 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 #1F2559 is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 31 37 89 -
CMYK 0.65 0.58 0 0.65
HSL 233.79º 0.48% 0.24% -
HSV(B) 233.79º 0.65% 0.35% -
XYZ 3.03 2.34 9.74 -
YUV 41.13 155.01 120.77 -
System Red Green Blue C M Y K H S L
Decimal 31 37 89 0.65 0.58 0 0.65 233.79 0.48 0.24
Hex 1F 25 59 41 3A 0 41 EA 30 18
Octal 37 45 131 101 72 0 101 352 60 30
Binary 11111 100101 1011001 1000001 111010 0 1000001 11101010 110000 11000

Color Harmonies of #1F2559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2559

Black with #1F2559

Text Example


Text Example

White with #1F2559

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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