Html Css Color HEX #131E51 Lucky Point

📋 copy color: '#131E51'

red 19 ◦ green 30 ◦ blue 81

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

Shades of Lucky Point #131E51

Tints of Lucky Point #131E51

RGB

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

 GREEN value IS 30 (12.11% from 255) = 23.08%

 BLUE value IS 81 (32.03% from 255) = 62.31%

R = 14.62%
G = 23.08%
B = 62.31%

CMYK

 C value IS 0.77

 M value IS 0.63

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#131E51 (or 0x131E51) is known color: Lucky Point. HEX triplet: 13, 1E and 51. RGB value is (19,30,81). Sum of RGB (Red+Green+Blue) = 19+30+81=130 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.62% from 130); Green value is 30 (12.11% from 255 or 23.08% from 130); Blue value is 81 (32.03% from 255 or 62.31% from 130); Max value from RGB is 81 - color contains mainly: blue. Hex color #131E51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131E51 is #ECE1AE. Grayscale: #202020. Windows color (decimal): -15524271 or 5316115. OLE color: 5316115.

HSL color Cylindrical-coordinate representation of color #131E51: hue angle of 229.35º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #131E51 is Cyan = 0.77, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 19 30 81 -
CMYK 0.77 0.63 0 0.68
HSL 229.35º 0.62% 0.2% -
HSV(B) 229.35º 0.77% 0.32% -
XYZ 2.22 1.66 7.99 -
YUV 32.53 155.36 118.35 -
System Red Green Blue C M Y K H S L
Decimal 19 30 81 0.77 0.63 0 0.68 229.35 0.62 0.2
Hex 13 1E 51 4D 3F 0 44 E5 3E 14
Octal 23 36 121 115 77 0 104 345 76 24
Binary 10011 11110 1010001 1001101 111111 0 1000100 11100101 111110 10100

Color Harmonies of #131E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131E51

Black with #131E51

Text Example


Text Example

White with #131E51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,30,81); }

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

background-color css

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

 a { background-color: rgb(19,30,81); }

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

border-color css

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

 span { border-color: rgb(19,30,81); }

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