Html Css Color HEX #1F295F Lucky Point

📋 copy color: '#1F295F'

red 31 ◦ green 41 ◦ blue 95

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

Shades of Lucky Point #1F295F

Tints of Lucky Point #1F295F

RGB

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

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

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

R = 18.56%
G = 24.55%
B = 56.89%

CMYK

 C value IS 0.67

 M value IS 0.57

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#1F295F (or 0x1F295F) is known color: Lucky Point. HEX triplet: 1F, 29 and 5F. RGB value is (31,41,95). Sum of RGB (Red+Green+Blue) = 31+41+95=167 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.56% from 167); Green value is 41 (16.41% from 255 or 24.55% from 167); Blue value is 95 (37.5% from 255 or 56.89% from 167); Max value from RGB is 95 - color contains mainly: blue. Hex color #1F295F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F295F is #E0D6A0. Grayscale: #2B2B2B. Windows color (decimal): -14735009 or 6236447. OLE color: 6236447.

HSL color Cylindrical-coordinate representation of color #1F295F: hue angle of 230.62º 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 #1F295F is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 31 41 95 -
CMYK 0.67 0.57 0 0.63
HSL 230.63º 0.51% 0.25% -
HSV(B) 230.63º 0.67% 0.37% -
XYZ 3.42 2.7 11.17 -
YUV 44.17 156.69 118.61 -
System Red Green Blue C M Y K H S L
Decimal 31 41 95 0.67 0.57 0 0.63 230.63 0.51 0.25
Hex 1F 29 5F 43 39 0 3F E7 33 19
Octal 37 51 137 103 71 0 77 347 63 31
Binary 11111 101001 1011111 1000011 111001 0 111111 11100111 110011 11001

Color Harmonies of #1F295F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F295F

Black with #1F295F

Text Example


Text Example

White with #1F295F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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