Html Css Color HEX #15113A Jaguar

📋 copy color: '#15113A'

red 21 ◦ green 17 ◦ blue 58

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

Shades of Jaguar #15113A

Tints of Jaguar #15113A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 60.42%

R = 21.88%
G = 17.71%
B = 60.42%

CMYK

 C value IS 0.64

 M value IS 0.71

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#15113A (or 0x15113A) is known color: Jaguar. HEX triplet: 15, 11 and 3A. RGB value is (21,17,58). Sum of RGB (Red+Green+Blue) = 21+17+58=96 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.88% from 96); Green value is 17 (7.03% from 255 or 17.71% from 96); Blue value is 58 (23.05% from 255 or 60.42% from 96); Max value from RGB is 58 - color contains mainly: blue. Hex color #15113A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15113A is #EAEEC5. Grayscale: #161616. Windows color (decimal): -15396550 or 3805461. OLE color: 3805461.

HSL color Cylindrical-coordinate representation of color #15113A: hue angle of 245.85º degrees, saturation: 0.55, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #15113A is Cyan = 0.64, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 21 17 58 -
CMYK 0.64 0.71 0 0.77
HSL 245.85º 0.55% 0.15% -
HSV(B) 245.85º 0.71% 0.23% -
XYZ 1.27 0.87 4.1 -
YUV 22.87 147.83 126.67 -
System Red Green Blue C M Y K H S L
Decimal 21 17 58 0.64 0.71 0 0.77 245.85 0.55 0.15
Hex 15 11 3A 40 47 0 4D F6 37 F
Octal 25 21 72 100 107 0 115 366 67 17
Binary 10101 10001 111010 1000000 1000111 0 1001101 11110110 110111 1111

Color Harmonies of #15113A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15113A

Black with #15113A

Text Example


Text Example

White with #15113A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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