Html Css Color HEX #151336 Jaguar

📋 copy color: '#151336'

red 21 ◦ green 19 ◦ blue 54

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

Shades of Jaguar #151336

Tints of Jaguar #151336

RGB

 RED value IS 21 (8.59% from 255) = 22.34%

 GREEN value IS 19 (7.81% from 255) = 20.21%

 BLUE value IS 54 (21.48% from 255) = 57.45%

R = 22.34%
G = 20.21%
B = 57.45%

CMYK

 C value IS 0.61

 M value IS 0.65

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#151336 (or 0x151336) is known color: Jaguar. HEX triplet: 15, 13 and 36. RGB value is (21,19,54). Sum of RGB (Red+Green+Blue) = 21+19+54=94 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.34% from 94); Green value is 19 (7.81% from 255 or 20.21% from 94); Blue value is 54 (21.48% from 255 or 57.45% from 94); Max value from RGB is 54 - color contains mainly: blue. Hex color #151336 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151336 is #EAECC9. Grayscale: #171717. Windows color (decimal): -15396042 or 3543829. OLE color: 3543829.

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

Color convert

RGB 21 19 54 -
CMYK 0.61 0.65 0 0.79
HSL 243.43º 0.48% 0.14% -
HSV(B) 243.43º 0.65% 0.21% -
XYZ 1.21 0.89 3.6 -
YUV 23.59 145.16 126.15 -
System Red Green Blue C M Y K H S L
Decimal 21 19 54 0.61 0.65 0 0.79 243.43 0.48 0.14
Hex 15 13 36 3D 41 0 4F F3 30 E
Octal 25 23 66 75 101 0 117 363 60 16
Binary 10101 10011 110110 111101 1000001 0 1001111 11110011 110000 1110

Color Harmonies of #151336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151336

Black with #151336

Text Example


Text Example

White with #151336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151336; }

 p { color: rgb(21,19,54); }

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

background-color css

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

 a { background-color: rgb(21,19,54); }

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

border-color css

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

 span { border-color: rgb(21,19,54); }

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