Html Css Color HEX #1F2449 Lucky Point

📋 copy color: '#1F2449'

red 31 ◦ green 36 ◦ blue 73

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

Shades of Lucky Point #1F2449

Tints of Lucky Point #1F2449

RGB

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

 GREEN value IS 36 (14.45% from 255) = 25.71%

 BLUE value IS 73 (28.91% from 255) = 52.14%

R = 22.14%
G = 25.71%
B = 52.14%

CMYK

 C value IS 0.58

 M value IS 0.51

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#1F2449 (or 0x1F2449) is known color: Lucky Point. HEX triplet: 1F, 24 and 49. RGB value is (31,36,73). Sum of RGB (Red+Green+Blue) = 31+36+73=140 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.14% from 140); Green value is 36 (14.45% from 255 or 25.71% from 140); Blue value is 73 (28.91% from 255 or 52.14% from 140); Max value from RGB is 73 - color contains mainly: blue. Hex color #1F2449 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2449 is #E0DBB6. Grayscale: #262626. Windows color (decimal): -14736311 or 4793375. OLE color: 4793375.

HSL color Cylindrical-coordinate representation of color #1F2449: hue angle of 232.86º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1F2449 is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 31 36 73 -
CMYK 0.58 0.51 0 0.71
HSL 232.86º 0.4% 0.2% -
HSV(B) 232.86º 0.58% 0.29% -
XYZ 2.4 2.03 6.57 -
YUV 38.72 147.34 122.49 -
System Red Green Blue C M Y K H S L
Decimal 31 36 73 0.58 0.51 0 0.71 232.86 0.4 0.2
Hex 1F 24 49 3A 33 0 47 E9 28 14
Octal 37 44 111 72 63 0 107 351 50 24
Binary 11111 100100 1001001 111010 110011 0 1000111 11101001 101000 10100

Color Harmonies of #1F2449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2449

Black with #1F2449

Text Example


Text Example

White with #1F2449

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,36,73); }

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

background-color css

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

 a { background-color: rgb(31,36,73); }

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

border-color css

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

 span { border-color: rgb(31,36,73); }

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