Html Css Color HEX #131A50 Lucky Point

📋 copy color: '#131A50'

red 19 ◦ green 26 ◦ blue 80

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

Shades of Lucky Point #131A50

Tints of Lucky Point #131A50

RGB

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

 GREEN value IS 26 (10.55% from 255) = 20.8%

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

R = 15.2%
G = 20.8%
B = 64%

CMYK

 C value IS 0.76

 M value IS 0.67

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#131A50 (or 0x131A50) is known color: Lucky Point. HEX triplet: 13, 1A and 50. RGB value is (19,26,80). Sum of RGB (Red+Green+Blue) = 19+26+80=125 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.2% from 125); Green value is 26 (10.55% from 255 or 20.8% from 125); Blue value is 80 (31.64% from 255 or 64% from 125); Max value from RGB is 80 - color contains mainly: blue. Hex color #131A50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131A50 is #ECE5AF. Grayscale: #1D1D1D. Windows color (decimal): -15525296 or 5249555. OLE color: 5249555.

HSL color Cylindrical-coordinate representation of color #131A50: hue angle of 233.11º 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 #131A50 is Cyan = 0.76, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 19 26 80 -
CMYK 0.76 0.67 0 0.69
HSL 233.11º 0.62% 0.19% -
HSV(B) 233.11º 0.76% 0.31% -
XYZ 2.09 1.46 7.76 -
YUV 30.06 156.18 120.11 -
System Red Green Blue C M Y K H S L
Decimal 19 26 80 0.76 0.67 0 0.69 233.11 0.62 0.19
Hex 13 1A 50 4C 43 0 45 E9 3E 13
Octal 23 32 120 114 103 0 105 351 76 23
Binary 10011 11010 1010000 1001100 1000011 0 1000101 11101001 111110 10011

Color Harmonies of #131A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131A50

Black with #131A50

Text Example


Text Example

White with #131A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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