Html Css Color HEX #151128 Jaguar

📋 copy color: '#151128'

red 21 ◦ green 17 ◦ blue 40

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

Shades of Jaguar #151128

Tints of Jaguar #151128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 51.28%

R = 26.92%
G = 21.79%
B = 51.28%

CMYK

 C value IS 0.48

 M value IS 0.57

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#151128 (or 0x151128) is known color: Jaguar. HEX triplet: 15, 11 and 28. RGB value is (21,17,40). Sum of RGB (Red+Green+Blue) = 21+17+40=78 (10% of max value = 765). Red value is 21 (8.59% from 255 or 26.92% from 78); Green value is 17 (7.03% from 255 or 21.79% from 78); Blue value is 40 (16.02% from 255 or 51.28% from 78); Max value from RGB is 40 - color contains mainly: blue. Hex color #151128 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151128 is #EAEED7. Grayscale: #141414. Windows color (decimal): -15396568 or 2625813. OLE color: 2625813.

HSL color Cylindrical-coordinate representation of color #151128: hue angle of 250.43º degrees, saturation: 0.4, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #151128 is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 21 17 40 -
CMYK 0.48 0.57 0 0.84
HSL 250.43º 0.4% 0.11% -
HSV(B) 250.43º 0.58% 0.16% -
XYZ 0.89 0.71 2.1 -
YUV 20.82 138.83 128.13 -
System Red Green Blue C M Y K H S L
Decimal 21 17 40 0.48 0.57 0 0.84 250.43 0.4 0.11
Hex 15 11 28 30 39 0 54 FA 28 B
Octal 25 21 50 60 71 0 124 372 50 13
Binary 10101 10001 101000 110000 111001 0 1010100 11111010 101000 1011

Color Harmonies of #151128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151128

Black with #151128

Text Example


Text Example

White with #151128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151128; }

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

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

background-color css

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

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

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

border-color css

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

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

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