Html Css Color HEX #151133 Jaguar

📋 copy color: '#151133'

red 21 ◦ green 17 ◦ blue 51

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

Shades of Jaguar #151133

Tints of Jaguar #151133

RGB

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

 GREEN value IS 17 (7.03% from 255) = 19.1%

 BLUE value IS 51 (20.31% from 255) = 57.3%

R = 23.6%
G = 19.1%
B = 57.3%

CMYK

 C value IS 0.59

 M value IS 0.67

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#151133 (or 0x151133) is known color: Jaguar. HEX triplet: 15, 11 and 33. RGB value is (21,17,51). Sum of RGB (Red+Green+Blue) = 21+17+51=89 (11% of max value = 765). Red value is 21 (8.59% from 255 or 23.60% from 89); Green value is 17 (7.03% from 255 or 19.10% from 89); Blue value is 51 (20.31% from 255 or 57.30% from 89); Max value from RGB is 51 - color contains mainly: blue. Hex color #151133 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151133 is #EAEECC. Grayscale: #151515. Windows color (decimal): -15396557 or 3346709. OLE color: 3346709.

HSL color Cylindrical-coordinate representation of color #151133: hue angle of 247.06º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #151133 is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 21 17 51 -
CMYK 0.59 0.67 0 0.8
HSL 247.06º 0.5% 0.13% -
HSV(B) 247.06º 0.67% 0.2% -
XYZ 1.11 0.8 3.23 -
YUV 22.07 144.33 127.24 -
System Red Green Blue C M Y K H S L
Decimal 21 17 51 0.59 0.67 0 0.8 247.06 0.5 0.13
Hex 15 11 33 3B 43 0 50 F7 32 D
Octal 25 21 63 73 103 0 120 367 62 15
Binary 10101 10001 110011 111011 1000011 0 1010000 11110111 110010 1101

Color Harmonies of #151133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151133

Black with #151133

Text Example


Text Example

White with #151133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151133; }

 p { color: rgb(21,17,51); }

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

background-color css

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

 a { background-color: rgb(21,17,51); }

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

border-color css

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

 span { border-color: rgb(21,17,51); }

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