Html Css Color HEX #15122F Jaguar

📋 copy color: '#15122F'

red 21 ◦ green 18 ◦ blue 47

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

Shades of Jaguar #15122F

Tints of Jaguar #15122F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 54.65%

R = 24.42%
G = 20.93%
B = 54.65%

CMYK

 C value IS 0.55

 M value IS 0.62

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#15122F (or 0x15122F) is known color: Jaguar. HEX triplet: 15, 12 and 2F. RGB value is (21,18,47). Sum of RGB (Red+Green+Blue) = 21+18+47=86 (11% of max value = 765). Red value is 21 (8.59% from 255 or 24.42% from 86); Green value is 18 (7.42% from 255 or 20.93% from 86); Blue value is 47 (18.75% from 255 or 54.65% from 86); Max value from RGB is 47 - color contains mainly: blue. Hex color #15122F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15122F is #EAEDD0. Grayscale: #161616. Windows color (decimal): -15396305 or 3084821. OLE color: 3084821.

HSL color Cylindrical-coordinate representation of color #15122F: hue angle of 246.21º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #15122F is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 21 18 47 -
CMYK 0.55 0.62 0 0.82
HSL 246.21º 0.45% 0.13% -
HSV(B) 246.21º 0.62% 0.18% -
XYZ 1.04 0.8 2.79 -
YUV 22.2 141.99 127.14 -
System Red Green Blue C M Y K H S L
Decimal 21 18 47 0.55 0.62 0 0.82 246.21 0.45 0.13
Hex 15 12 2F 37 3E 0 52 F6 2D D
Octal 25 22 57 67 76 0 122 366 55 15
Binary 10101 10010 101111 110111 111110 0 1010010 11110110 101101 1101

Color Harmonies of #15122F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15122F

Black with #15122F

Text Example


Text Example

White with #15122F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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