Html Css Color HEX #1F2A63 Lucky Point

📋 copy color: '#1F2A63'

red 31 ◦ green 42 ◦ blue 99

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

Shades of Lucky Point #1F2A63

Tints of Lucky Point #1F2A63

RGB

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

 GREEN value IS 42 (16.8% from 255) = 24.42%

 BLUE value IS 99 (39.06% from 255) = 57.56%

R = 18.02%
G = 24.42%
B = 57.56%

CMYK

 C value IS 0.69

 M value IS 0.58

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#1F2A63 (or 0x1F2A63) is known color: Lucky Point. HEX triplet: 1F, 2A and 63. RGB value is (31,42,99). Sum of RGB (Red+Green+Blue) = 31+42+99=172 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.02% from 172); Green value is 42 (16.80% from 255 or 24.42% from 172); Blue value is 99 (39.06% from 255 or 57.56% from 172); Max value from RGB is 99 - color contains mainly: blue. Hex color #1F2A63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2A63 is #E0D59C. Grayscale: #2C2C2C. Windows color (decimal): -14734749 or 6498847. OLE color: 6498847.

HSL color Cylindrical-coordinate representation of color #1F2A63: hue angle of 230.29º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1F2A63 is Cyan = 0.69, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 31 42 99 -
CMYK 0.69 0.58 0 0.61
HSL 230.29º 0.52% 0.25% -
HSV(B) 230.29º 0.69% 0.39% -
XYZ 3.65 2.85 12.16 -
YUV 45.21 158.36 117.87 -
System Red Green Blue C M Y K H S L
Decimal 31 42 99 0.69 0.58 0 0.61 230.29 0.52 0.25
Hex 1F 2A 63 45 3A 0 3D E6 34 19
Octal 37 52 143 105 72 0 75 346 64 31
Binary 11111 101010 1100011 1000101 111010 0 111101 11100110 110100 11001

Color Harmonies of #1F2A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2A63

Black with #1F2A63

Text Example


Text Example

White with #1F2A63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,42,99); }

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

background-color css

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

 a { background-color: rgb(31,42,99); }

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

border-color css

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

 span { border-color: rgb(31,42,99); }

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