Html Css Color HEX #131B50 Lucky Point

📋 copy color: '#131B50'

red 19 ◦ green 27 ◦ blue 80

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

Shades of Lucky Point #131B50

Tints of Lucky Point #131B50

RGB

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

 GREEN value IS 27 (10.94% from 255) = 21.43%

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

R = 15.08%
G = 21.43%
B = 63.49%

CMYK

 C value IS 0.76

 M value IS 0.66

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#131B50 (or 0x131B50) is known color: Lucky Point. HEX triplet: 13, 1B and 50. RGB value is (19,27,80). Sum of RGB (Red+Green+Blue) = 19+27+80=126 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.08% from 126); Green value is 27 (10.94% from 255 or 21.43% from 126); Blue value is 80 (31.64% from 255 or 63.49% from 126); Max value from RGB is 80 - color contains mainly: blue. Hex color #131B50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131B50 is #ECE4AF. Grayscale: #1E1E1E. Windows color (decimal): -15525040 or 5249811. OLE color: 5249811.

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

Color convert

RGB 19 27 80 -
CMYK 0.76 0.66 0 0.69
HSL 232.13º 0.62% 0.19% -
HSV(B) 232.13º 0.76% 0.31% -
XYZ 2.11 1.5 7.77 -
YUV 30.65 155.85 119.69 -
System Red Green Blue C M Y K H S L
Decimal 19 27 80 0.76 0.66 0 0.69 232.13 0.62 0.19
Hex 13 1B 50 4C 42 0 45 E8 3E 13
Octal 23 33 120 114 102 0 105 350 76 23
Binary 10011 11011 1010000 1001100 1000010 0 1000101 11101000 111110 10011

Color Harmonies of #131B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131B50

Black with #131B50

Text Example


Text Example

White with #131B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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