Html Css Color HEX #1F255F Lucky Point

📋 copy color: '#1F255F'

red 31 ◦ green 37 ◦ blue 95

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

Shades of Lucky Point #1F255F

Tints of Lucky Point #1F255F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 58.28%

R = 19.02%
G = 22.7%
B = 58.28%

CMYK

 C value IS 0.67

 M value IS 0.61

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#1F255F (or 0x1F255F) is known color: Lucky Point. HEX triplet: 1F, 25 and 5F. RGB value is (31,37,95). Sum of RGB (Red+Green+Blue) = 31+37+95=163 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.02% from 163); Green value is 37 (14.84% from 255 or 22.70% from 163); Blue value is 95 (37.5% from 255 or 58.28% from 163); Max value from RGB is 95 - color contains mainly: blue. Hex color #1F255F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F255F is #E0DAA0. Grayscale: #292929. Windows color (decimal): -14736033 or 6235423. OLE color: 6235423.

HSL color Cylindrical-coordinate representation of color #1F255F: hue angle of 234.38º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F255F is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 31 37 95 -
CMYK 0.67 0.61 0 0.63
HSL 234.38º 0.51% 0.25% -
HSV(B) 234.38º 0.67% 0.37% -
XYZ 3.29 2.44 11.12 -
YUV 41.82 158.01 120.28 -
System Red Green Blue C M Y K H S L
Decimal 31 37 95 0.67 0.61 0 0.63 234.38 0.51 0.25
Hex 1F 25 5F 43 3D 0 3F EA 33 19
Octal 37 45 137 103 75 0 77 352 63 31
Binary 11111 100101 1011111 1000011 111101 0 111111 11101010 110011 11001

Color Harmonies of #1F255F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F255F

Black with #1F255F

Text Example


Text Example

White with #1F255F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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