Html Css Color HEX #131851 Lucky Point

📋 copy color: '#131851'

red 19 ◦ green 24 ◦ blue 81

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

Shades of Lucky Point #131851

Tints of Lucky Point #131851

RGB

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

 GREEN value IS 24 (9.77% from 255) = 19.35%

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

R = 15.32%
G = 19.35%
B = 65.32%

CMYK

 C value IS 0.77

 M value IS 0.70

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#131851 (or 0x131851) is known color: Lucky Point. HEX triplet: 13, 18 and 51. RGB value is (19,24,81). Sum of RGB (Red+Green+Blue) = 19+24+81=124 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.32% from 124); Green value is 24 (9.77% from 255 or 19.35% from 124); Blue value is 81 (32.03% from 255 or 65.32% from 124); Max value from RGB is 81 - color contains mainly: blue. Hex color #131851 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131851 is #ECE7AE. Grayscale: #1C1C1C. Windows color (decimal): -15525807 or 5314579. OLE color: 5314579.

HSL color Cylindrical-coordinate representation of color #131851: hue angle of 235.16º 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 #131851 is Cyan = 0.77, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 19 24 81 -
CMYK 0.77 0.70 0 0.68
HSL 235.16º 0.62% 0.2% -
HSV(B) 235.16º 0.77% 0.32% -
XYZ 2.08 1.39 7.94 -
YUV 29 157.34 120.87 -
System Red Green Blue C M Y K H S L
Decimal 19 24 81 0.77 0.70 0 0.68 235.16 0.62 0.2
Hex 13 18 51 4D 46 0 44 EB 3E 14
Octal 23 30 121 115 106 0 104 353 76 24
Binary 10011 11000 1010001 1001101 1000110 0 1000100 11101011 111110 10100

Color Harmonies of #131851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131851

Black with #131851

Text Example


Text Example

White with #131851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131851; }

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

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

background-color css

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

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

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

border-color css

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

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

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