Html Css Color HEX #1F2863 Lucky Point

📋 copy color: '#1F2863'

red 31 ◦ green 40 ◦ blue 99

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

Shades of Lucky Point #1F2863

Tints of Lucky Point #1F2863

RGB

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

 GREEN value IS 40 (16.02% from 255) = 23.53%

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

R = 18.24%
G = 23.53%
B = 58.24%

CMYK

 C value IS 0.69

 M value IS 0.60

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#1F2863 (or 0x1F2863) is known color: Lucky Point. HEX triplet: 1F, 28 and 63. RGB value is (31,40,99). Sum of RGB (Red+Green+Blue) = 31+40+99=170 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.24% from 170); Green value is 40 (16.02% from 255 or 23.53% from 170); Blue value is 99 (39.06% from 255 or 58.24% from 170); Max value from RGB is 99 - color contains mainly: blue. Hex color #1F2863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2863 is #E0D79C. Grayscale: #2B2B2B. Windows color (decimal): -14735261 or 6498335. OLE color: 6498335.

HSL color Cylindrical-coordinate representation of color #1F2863: hue angle of 232.06º 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 #1F2863 is Cyan = 0.69, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 31 40 99 -
CMYK 0.69 0.60 0 0.61
HSL 232.06º 0.52% 0.25% -
HSV(B) 232.06º 0.69% 0.39% -
XYZ 3.58 2.71 12.14 -
YUV 44.04 159.02 118.7 -
System Red Green Blue C M Y K H S L
Decimal 31 40 99 0.69 0.60 0 0.61 232.06 0.52 0.25
Hex 1F 28 63 45 3C 0 3D E8 34 19
Octal 37 50 143 105 74 0 75 350 64 31
Binary 11111 101000 1100011 1000101 111100 0 111101 11101000 110100 11001

Color Harmonies of #1F2863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2863

Black with #1F2863

Text Example


Text Example

White with #1F2863

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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