#51419F

Color #51419F Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #51419F

Tints of Blue Gem #51419F

Color information

#51419F (or 0x51419F) is unknown color: approx Blue Gem. HEX triplet: 51, 41 and 9F. RGB value is (81,65,159). Sum of RGB (Red+Green+Blue) = 81+65+159=305 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.56% from 305); Green value is 65 (25.78% from 255 or 21.31% from 305); Blue value is 159 (62.5% from 255 or 52.13% from 305); Max value from RGB is 159 - color contains mainly: blue. Hex color #51419F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51419F is #AEBE60. Grayscale: #505050. Windows color (decimal): -11452001 or 10436945. OLE color: 10436945.

HSL color Cylindrical-coordinate representation of color #51419F: hue angle of 250.21º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #51419F is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8165159-
CMYK0.490.5900.38
HSL250.21º41.96%43.92%-
HSV(B)250.21º59.12%62.35%-
XYZ11.548.0333.74-
YUV80.5172.3128.36-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.56%
GREEN value IS 65 (25.78% from 255) = 21.31%
BLUE value IS 159 (62.5% from 255) = 52.13%
R=26.56%
G=21.31%
B=52.13%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal81651590.490.5900.38250.2141.9643.92
Hex51419F313B026fa2a2c
Octal12110123761730463725254
Binary1010001100000110011111110001111011010011011111010101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51419F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51419F; }

 p { color: rgb(81,65,159); }

 H1.HeaderClassName
 {
   color: #51419F;
 }
 .AnyTagClassName
 {
   color: #51419F;
 }
</style>
background-color css

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

 a { background-color: rgb(81,65,159); }

 div.DivClassName
 {
   background-color: #51419F;
 }
 .BgClassName
 {
   background-color: #51419F;
 }
</style>
border-color css

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

 span { border-color: rgb(81,65,159); }

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