Html Css Color HEX #15103A Jaguar

📋 copy color: '#15103A'

red 21 ◦ green 16 ◦ blue 58

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

Shades of Jaguar #15103A

Tints of Jaguar #15103A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 16.84%

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

R = 22.11%
G = 16.84%
B = 61.05%

CMYK

 C value IS 0.64

 M value IS 0.72

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#15103A (or 0x15103A) is known color: Jaguar. HEX triplet: 15, 10 and 3A. RGB value is (21,16,58). Sum of RGB (Red+Green+Blue) = 21+16+58=95 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.11% from 95); Green value is 16 (6.64% from 255 or 16.84% from 95); Blue value is 58 (23.05% from 255 or 61.05% from 95); Max value from RGB is 58 - color contains mainly: blue. Hex color #15103A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15103A is #EAEFC5. Grayscale: #161616. Windows color (decimal): -15396806 or 3805205. OLE color: 3805205.

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

Color convert

RGB 21 16 58 -
CMYK 0.64 0.72 0 0.77
HSL 247.14º 0.57% 0.15% -
HSV(B) 247.14º 0.72% 0.23% -
XYZ 1.26 0.84 4.1 -
YUV 22.28 148.16 127.08 -
System Red Green Blue C M Y K H S L
Decimal 21 16 58 0.64 0.72 0 0.77 247.14 0.57 0.15
Hex 15 10 3A 40 48 0 4D F7 39 F
Octal 25 20 72 100 110 0 115 367 71 17
Binary 10101 10000 111010 1000000 1001000 0 1001101 11110111 111001 1111

Color Harmonies of #15103A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15103A

Black with #15103A

Text Example


Text Example

White with #15103A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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