Html Css Color HEX #15122C Jaguar

📋 copy color: '#15122C'

red 21 ◦ green 18 ◦ blue 44

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

Shades of Jaguar #15122C

Tints of Jaguar #15122C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 53.01%

R = 25.3%
G = 21.69%
B = 53.01%

CMYK

 C value IS 0.52

 M value IS 0.59

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#15122C (or 0x15122C) is known color: Jaguar. HEX triplet: 15, 12 and 2C. RGB value is (21,18,44). Sum of RGB (Red+Green+Blue) = 21+18+44=83 (10% of max value = 765). Red value is 21 (8.59% from 255 or 25.30% from 83); Green value is 18 (7.42% from 255 or 21.69% from 83); Blue value is 44 (17.58% from 255 or 53.01% from 83); Max value from RGB is 44 - color contains mainly: blue. Hex color #15122C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15122C is #EAEDD3. Grayscale: #151515. Windows color (decimal): -15396308 or 2888213. OLE color: 2888213.

HSL color Cylindrical-coordinate representation of color #15122C: hue angle of 246.92º degrees, saturation: 0.42, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #15122C is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 21 18 44 -
CMYK 0.52 0.59 0 0.83
HSL 246.92º 0.42% 0.12% -
HSV(B) 246.92º 0.59% 0.17% -
XYZ 0.98 0.77 2.48 -
YUV 21.86 140.49 127.39 -
System Red Green Blue C M Y K H S L
Decimal 21 18 44 0.52 0.59 0 0.83 246.92 0.42 0.12
Hex 15 12 2C 34 3B 0 53 F7 2A C
Octal 25 22 54 64 73 0 123 367 52 14
Binary 10101 10010 101100 110100 111011 0 1010011 11110111 101010 1100

Color Harmonies of #15122C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15122C

Black with #15122C

Text Example


Text Example

White with #15122C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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