Html Css Color HEX #15122A Jaguar

📋 copy color: '#15122A'

red 21 ◦ green 18 ◦ blue 42

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

Shades of Jaguar #15122A

Tints of Jaguar #15122A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 22.22%

 BLUE value IS 42 (16.8% from 255) = 51.85%

R = 25.93%
G = 22.22%
B = 51.85%

CMYK

 C value IS 0.50

 M value IS 0.57

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#15122A (or 0x15122A) is known color: Jaguar. HEX triplet: 15, 12 and 2A. RGB value is (21,18,42). Sum of RGB (Red+Green+Blue) = 21+18+42=81 (10% of max value = 765). Red value is 21 (8.59% from 255 or 25.93% from 81); Green value is 18 (7.42% from 255 or 22.22% from 81); Blue value is 42 (16.80% from 255 or 51.85% from 81); Max value from RGB is 42 - color contains mainly: blue. Hex color #15122A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15122A is #EAEDD5. Grayscale: #151515. Windows color (decimal): -15396310 or 2757141. OLE color: 2757141.

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

Color convert

RGB 21 18 42 -
CMYK 0.50 0.57 0 0.84
HSL 247.5º 0.4% 0.12% -
HSV(B) 247.5º 0.57% 0.16% -
XYZ 0.94 0.76 2.29 -
YUV 21.63 139.49 127.55 -
System Red Green Blue C M Y K H S L
Decimal 21 18 42 0.50 0.57 0 0.84 247.5 0.4 0.12
Hex 15 12 2A 32 39 0 54 F8 28 C
Octal 25 22 52 62 71 0 124 370 50 14
Binary 10101 10010 101010 110010 111001 0 1010100 11111000 101000 1100

Color Harmonies of #15122A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15122A

Black with #15122A

Text Example


Text Example

White with #15122A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15122A; }

 p { color: rgb(21,18,42); }

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

background-color css

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

 a { background-color: rgb(21,18,42); }

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

border-color css

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

 span { border-color: rgb(21,18,42); }

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