Html Css Color HEX #1F255B Lucky Point

📋 copy color: '#1F255B'

red 31 ◦ green 37 ◦ blue 91

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

Shades of Lucky Point #1F255B

Tints of Lucky Point #1F255B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 57.23%

R = 19.5%
G = 23.27%
B = 57.23%

CMYK

 C value IS 0.66

 M value IS 0.59

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1F255B (or 0x1F255B) is known color: Lucky Point. HEX triplet: 1F, 25 and 5B. RGB value is (31,37,91). Sum of RGB (Red+Green+Blue) = 31+37+91=159 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.50% from 159); Green value is 37 (14.84% from 255 or 23.27% from 159); Blue value is 91 (35.94% from 255 or 57.23% from 159); Max value from RGB is 91 - color contains mainly: blue. Hex color #1F255B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F255B is #E0DAA4. Grayscale: #292929. Windows color (decimal): -14736037 or 5973279. OLE color: 5973279.

HSL color Cylindrical-coordinate representation of color #1F255B: hue angle of 234º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1F255B is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 31 37 91 -
CMYK 0.66 0.59 0 0.64
HSL 234º 0.49% 0.24% -
HSV(B) 234º 0.66% 0.36% -
XYZ 3.11 2.37 10.19 -
YUV 41.36 156.01 120.61 -
System Red Green Blue C M Y K H S L
Decimal 31 37 91 0.66 0.59 0 0.64 234 0.49 0.24
Hex 1F 25 5B 42 3B 0 40 EA 31 18
Octal 37 45 133 102 73 0 100 352 61 30
Binary 11111 100101 1011011 1000010 111011 0 1000000 11101010 110001 11000

Color Harmonies of #1F255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F255B

Black with #1F255B

Text Example


Text Example

White with #1F255B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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