#151237

Color #151237 Jaguar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jaguar #151237

Tints of Jaguar #151237

Color information

#151237 (or 0x151237) is unknown color: approx Jaguar. HEX triplet: 15, 12 and 37. RGB value is (21,18,55). Sum of RGB (Red+Green+Blue) = 21+18+55=94 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.34% from 94); Green value is 18 (7.42% from 255 or 19.15% from 94); Blue value is 55 (21.88% from 255 or 58.51% from 94); Max value from RGB is 55 - color contains mainly: blue. Hex color #151237 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151237 is #EAEDC8. Grayscale: #161616. Windows color (decimal): -15396297 or 3609109. OLE color: 3609109.

HSL color Cylindrical-coordinate representation of color #151237: hue angle of 244.86º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #151237 is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB211855-
CMYK0.620.6700.78
HSL244.86º50.68%14.31%-
HSV(B)244.86º67.27%21.57%-
XYZ1.220.873.72-
YUV23.12145.99126.49-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 22.34%
GREEN value IS 18 (7.42% from 255) = 19.15%
BLUE value IS 55 (21.88% from 255) = 58.51%
R=22.34%
G=19.15%
B=58.51%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2118550.620.6700.78244.8650.6814.31
Hex1512373E4304Ef533e
Octal2522677610301163656316
Binary1010110010110111111110100001101001110111101011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151237; }

 p { color: rgb(21,18,55); }

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

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

 a { background-color: rgb(21,18,55); }

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

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

 span { border-color: rgb(21,18,55); }

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