Html Css Color HEX #15122B Jaguar

📋 copy color: '#15122B'

red 21 ◦ green 18 ◦ blue 43

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

Shades of Jaguar #15122B

Tints of Jaguar #15122B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 52.44%

R = 25.61%
G = 21.95%
B = 52.44%

CMYK

 C value IS 0.51

 M value IS 0.58

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#15122B (or 0x15122B) is known color: Jaguar. HEX triplet: 15, 12 and 2B. RGB value is (21,18,43). Sum of RGB (Red+Green+Blue) = 21+18+43=82 (10% of max value = 765). Red value is 21 (8.59% from 255 or 25.61% from 82); Green value is 18 (7.42% from 255 or 21.95% from 82); Blue value is 43 (17.19% from 255 or 52.44% from 82); Max value from RGB is 43 - color contains mainly: blue. Hex color #15122B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15122B is #EAEDD4. Grayscale: #151515. Windows color (decimal): -15396309 or 2822677. OLE color: 2822677.

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

Color convert

RGB 21 18 43 -
CMYK 0.51 0.58 0 0.83
HSL 247.2º 0.41% 0.12% -
HSV(B) 247.2º 0.58% 0.17% -
XYZ 0.96 0.77 2.38 -
YUV 21.75 139.99 127.47 -
System Red Green Blue C M Y K H S L
Decimal 21 18 43 0.51 0.58 0 0.83 247.2 0.41 0.12
Hex 15 12 2B 33 3A 0 53 F7 29 C
Octal 25 22 53 63 72 0 123 367 51 14
Binary 10101 10010 101011 110011 111010 0 1010011 11110111 101001 1100

Color Harmonies of #15122B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15122B

Black with #15122B

Text Example


Text Example

White with #15122B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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