Html Css Color HEX #151129 Jaguar

📋 copy color: '#151129'

red 21 ◦ green 17 ◦ blue 41

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

Shades of Jaguar #151129

Tints of Jaguar #151129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 51.9%

R = 26.58%
G = 21.52%
B = 51.9%

CMYK

 C value IS 0.49

 M value IS 0.59

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#151129 (or 0x151129) is known color: Jaguar. HEX triplet: 15, 11 and 29. RGB value is (21,17,41). Sum of RGB (Red+Green+Blue) = 21+17+41=79 (10% of max value = 765). Red value is 21 (8.59% from 255 or 26.58% from 79); Green value is 17 (7.03% from 255 or 21.52% from 79); Blue value is 41 (16.41% from 255 or 51.90% from 79); Max value from RGB is 41 - color contains mainly: blue. Hex color #151129 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151129 is #EAEED6. Grayscale: #141414. Windows color (decimal): -15396567 or 2691349. OLE color: 2691349.

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

Color convert

RGB 21 17 41 -
CMYK 0.49 0.59 0 0.84
HSL 250º 0.41% 0.11% -
HSV(B) 250º 0.59% 0.16% -
XYZ 0.91 0.72 2.19 -
YUV 20.93 139.33 128.05 -
System Red Green Blue C M Y K H S L
Decimal 21 17 41 0.49 0.59 0 0.84 250 0.41 0.11
Hex 15 11 29 31 3B 0 54 FA 29 B
Octal 25 21 51 61 73 0 124 372 51 13
Binary 10101 10001 101001 110001 111011 0 1010100 11111010 101001 1011

Color Harmonies of #151129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151129

Black with #151129

Text Example


Text Example

White with #151129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151129; }

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

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

background-color css

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

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

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

border-color css

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

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

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