Html Css Color HEX #151126 Jaguar

📋 copy color: '#151126'

red 21 ◦ green 17 ◦ blue 38

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

Shades of Jaguar #151126

Tints of Jaguar #151126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 50%

R = 27.63%
G = 22.37%
B = 50%

CMYK

 C value IS 0.45

 M value IS 0.55

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#151126 (or 0x151126) is known color: Jaguar. HEX triplet: 15, 11 and 26. RGB value is (21,17,38). Sum of RGB (Red+Green+Blue) = 21+17+38=76 (10% of max value = 765). Red value is 21 (8.59% from 255 or 27.63% from 76); Green value is 17 (7.03% from 255 or 22.37% from 76); Blue value is 38 (15.23% from 255 or 50% from 76); Max value from RGB is 38 - color contains mainly: blue. Hex color #151126 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151126 is #EAEED9. Grayscale: #141414. Windows color (decimal): -15396570 or 2494741. OLE color: 2494741.

HSL color Cylindrical-coordinate representation of color #151126: hue angle of 251.43º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #151126 is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 21 17 38 -
CMYK 0.45 0.55 0 0.85
HSL 251.43º 0.38% 0.11% -
HSV(B) 251.43º 0.55% 0.15% -
XYZ 0.86 0.7 1.92 -
YUV 20.59 137.83 128.29 -
System Red Green Blue C M Y K H S L
Decimal 21 17 38 0.45 0.55 0 0.85 251.43 0.38 0.11
Hex 15 11 26 2D 37 0 55 FB 26 B
Octal 25 21 46 55 67 0 125 373 46 13
Binary 10101 10001 100110 101101 110111 0 1010101 11111011 100110 1011

Color Harmonies of #151126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151126

Black with #151126

Text Example


Text Example

White with #151126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151126; }

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

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

background-color css

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

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

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

border-color css

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

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

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