Html Css Color HEX #131950 Lucky Point

📋 copy color: '#131950'

red 19 ◦ green 25 ◦ blue 80

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

Shades of Lucky Point #131950

Tints of Lucky Point #131950

RGB

 RED value IS 19 (7.81% from 255) = 15.32%

 GREEN value IS 25 (10.16% from 255) = 20.16%

 BLUE value IS 80 (31.64% from 255) = 64.52%

R = 15.32%
G = 20.16%
B = 64.52%

CMYK

 C value IS 0.76

 M value IS 0.69

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#131950 (or 0x131950) is known color: Lucky Point. HEX triplet: 13, 19 and 50. RGB value is (19,25,80). Sum of RGB (Red+Green+Blue) = 19+25+80=124 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.32% from 124); Green value is 25 (10.16% from 255 or 20.16% from 124); Blue value is 80 (31.64% from 255 or 64.52% from 124); Max value from RGB is 80 - color contains mainly: blue. Hex color #131950 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131950 is #ECE6AF. Grayscale: #1D1D1D. Windows color (decimal): -15525552 or 5249299. OLE color: 5249299.

HSL color Cylindrical-coordinate representation of color #131950: hue angle of 234.1º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #131950 is Cyan = 0.76, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 19 25 80 -
CMYK 0.76 0.69 0 0.69
HSL 234.1º 0.62% 0.19% -
HSV(B) 234.1º 0.76% 0.31% -
XYZ 2.06 1.41 7.75 -
YUV 29.48 156.51 120.53 -
System Red Green Blue C M Y K H S L
Decimal 19 25 80 0.76 0.69 0 0.69 234.1 0.62 0.19
Hex 13 19 50 4C 45 0 45 EA 3E 13
Octal 23 31 120 114 105 0 105 352 76 23
Binary 10011 11001 1010000 1001100 1000101 0 1000101 11101010 111110 10011

Color Harmonies of #131950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131950

Black with #131950

Text Example


Text Example

White with #131950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131950; }

 p { color: rgb(19,25,80); }

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

background-color css

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

 a { background-color: rgb(19,25,80); }

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

border-color css

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

 span { border-color: rgb(19,25,80); }

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