#151235

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

Shades of Jaguar #151235

Tints of Jaguar #151235

Color information

#151235 (or 0x151235) is unknown color: approx Jaguar. HEX triplet: 15, 12 and 35. RGB value is (21,18,53). Sum of RGB (Red+Green+Blue) = 21+18+53=92 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.83% from 92); Green value is 18 (7.42% from 255 or 19.57% from 92); Blue value is 53 (21.09% from 255 or 57.61% from 92); Max value from RGB is 53 - color contains mainly: blue. Hex color #151235 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151235 is #EAEDCA. Grayscale: #161616. Windows color (decimal): -15396299 or 3478037. OLE color: 3478037.

HSL color Cylindrical-coordinate representation of color #151235: hue angle of 245.14º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #151235 is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB211853-
CMYK0.600.6600.79
HSL245.14º49.3%13.92%-
HSV(B)245.14º66.04%20.78%-
XYZ1.170.853.47-
YUV22.89144.99126.65-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 22.83%
GREEN value IS 18 (7.42% from 255) = 19.57%
BLUE value IS 53 (21.09% from 255) = 57.61%
R=22.83%
G=19.57%
B=57.61%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2118530.600.6600.79245.1449.313.92
Hex1512353C4204Ff531e
Octal2522657410201173656116
Binary1010110010110101111100100001001001111111101011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151235; }

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

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

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

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

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

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

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

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