Html Css Color HEX #131952 Lucky Point

📋 copy color: '#131952'

red 19 ◦ green 25 ◦ blue 82

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

Shades of Lucky Point #131952

Tints of Lucky Point #131952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 65.08%

R = 15.08%
G = 19.84%
B = 65.08%

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

#131952 (or 0x131952) is known color: Lucky Point. HEX triplet: 13, 19 and 52. RGB value is (19,25,82). Sum of RGB (Red+Green+Blue) = 19+25+82=126 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.08% from 126); Green value is 25 (10.16% from 255 or 19.84% from 126); Blue value is 82 (32.42% from 255 or 65.08% from 126); Max value from RGB is 82 - color contains mainly: blue. Hex color #131952 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131952 is #ECE6AD. Grayscale: #1D1D1D. Windows color (decimal): -15525550 or 5380371. OLE color: 5380371.

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

Color convert

RGB 19 25 82 -
CMYK 0.77 0.70 0 0.68
HSL 234.29º 0.62% 0.2% -
HSV(B) 234.29º 0.77% 0.32% -
XYZ 2.14 1.44 8.15 -
YUV 29.7 157.51 120.37 -
System Red Green Blue C M Y K H S L
Decimal 19 25 82 0.77 0.70 0 0.68 234.29 0.62 0.2
Hex 13 19 52 4D 46 0 44 EA 3E 14
Octal 23 31 122 115 106 0 104 352 76 24
Binary 10011 11001 1010010 1001101 1000110 0 1000100 11101010 111110 10100

Color Harmonies of #131952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131952

Black with #131952

Text Example


Text Example

White with #131952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131952; }

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

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

background-color css

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

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

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

border-color css

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

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

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