Html Css Color HEX #131C52 Lucky Point

📋 copy color: '#131C52'

red 19 ◦ green 28 ◦ blue 82

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

Shades of Lucky Point #131C52

Tints of Lucky Point #131C52

RGB

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

 GREEN value IS 28 (11.33% from 255) = 21.71%

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

R = 14.73%
G = 21.71%
B = 63.57%

CMYK

 C value IS 0.77

 M value IS 0.66

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#131C52 (or 0x131C52) is known color: Lucky Point. HEX triplet: 13, 1C and 52. RGB value is (19,28,82). Sum of RGB (Red+Green+Blue) = 19+28+82=129 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.73% from 129); Green value is 28 (11.33% from 255 or 21.71% from 129); Blue value is 82 (32.42% from 255 or 63.57% from 129); Max value from RGB is 82 - color contains mainly: blue. Hex color #131C52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131C52 is #ECE3AD. Grayscale: #1F1F1F. Windows color (decimal): -15524782 or 5381139. OLE color: 5381139.

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

Color convert

RGB 19 28 82 -
CMYK 0.77 0.66 0 0.68
HSL 231.43º 0.62% 0.2% -
HSV(B) 231.43º 0.77% 0.32% -
XYZ 2.21 1.58 8.17 -
YUV 31.47 156.52 119.11 -
System Red Green Blue C M Y K H S L
Decimal 19 28 82 0.77 0.66 0 0.68 231.43 0.62 0.2
Hex 13 1C 52 4D 42 0 44 E7 3E 14
Octal 23 34 122 115 102 0 104 347 76 24
Binary 10011 11100 1010010 1001101 1000010 0 1000100 11100111 111110 10100

Color Harmonies of #131C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131C52

Black with #131C52

Text Example


Text Example

White with #131C52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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