Html Css Color HEX #1F294B Lucky Point

📋 copy color: '#1F294B'

red 31 ◦ green 41 ◦ blue 75

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

Shades of Lucky Point #1F294B

Tints of Lucky Point #1F294B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 51.02%

R = 21.09%
G = 27.89%
B = 51.02%

CMYK

 C value IS 0.59

 M value IS 0.45

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#1F294B (or 0x1F294B) is known color: Lucky Point. HEX triplet: 1F, 29 and 4B. RGB value is (31,41,75). Sum of RGB (Red+Green+Blue) = 31+41+75=147 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.09% from 147); Green value is 41 (16.41% from 255 or 27.89% from 147); Blue value is 75 (29.69% from 255 or 51.02% from 147); Max value from RGB is 75 - color contains mainly: blue. Hex color #1F294B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F294B is #E0D6B4. Grayscale: #292929. Windows color (decimal): -14735029 or 4925727. OLE color: 4925727.

HSL color Cylindrical-coordinate representation of color #1F294B: hue angle of 226.36º degrees, saturation: 0.42, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1F294B is Cyan = 0.59, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 31 41 75 -
CMYK 0.59 0.45 0 0.71
HSL 226.36º 0.42% 0.21% -
HSV(B) 226.36º 0.59% 0.29% -
XYZ 2.63 2.39 6.98 -
YUV 41.89 146.69 120.24 -
System Red Green Blue C M Y K H S L
Decimal 31 41 75 0.59 0.45 0 0.71 226.36 0.42 0.21
Hex 1F 29 4B 3B 2D 0 47 E2 2A 15
Octal 37 51 113 73 55 0 107 342 52 25
Binary 11111 101001 1001011 111011 101101 0 1000111 11100010 101010 10101

Color Harmonies of #1F294B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F294B

Black with #1F294B

Text Example


Text Example

White with #1F294B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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