Html Css Color HEX #151135 Jaguar

📋 copy color: '#151135'

red 21 ◦ green 17 ◦ blue 53

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

Shades of Jaguar #151135

Tints of Jaguar #151135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 58.24%

R = 23.08%
G = 18.68%
B = 58.24%

CMYK

 C value IS 0.60

 M value IS 0.68

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#151135 (or 0x151135) is known color: Jaguar. HEX triplet: 15, 11 and 35. RGB value is (21,17,53). Sum of RGB (Red+Green+Blue) = 21+17+53=91 (12% of max value = 765). Red value is 21 (8.59% from 255 or 23.08% from 91); Green value is 17 (7.03% from 255 or 18.68% from 91); Blue value is 53 (21.09% from 255 or 58.24% from 91); Max value from RGB is 53 - color contains mainly: blue. Hex color #151135 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151135 is #EAEECA. Grayscale: #161616. Windows color (decimal): -15396555 or 3477781. OLE color: 3477781.

HSL color Cylindrical-coordinate representation of color #151135: hue angle of 246.67º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #151135 is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 21 17 53 -
CMYK 0.60 0.68 0 0.79
HSL 246.67º 0.51% 0.14% -
HSV(B) 246.67º 0.68% 0.21% -
XYZ 1.15 0.82 3.47 -
YUV 22.3 145.33 127.07 -
System Red Green Blue C M Y K H S L
Decimal 21 17 53 0.60 0.68 0 0.79 246.67 0.51 0.14
Hex 15 11 35 3C 44 0 4F F7 33 E
Octal 25 21 65 74 104 0 117 367 63 16
Binary 10101 10001 110101 111100 1000100 0 1001111 11110111 110011 1110

Color Harmonies of #151135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151135

Black with #151135

Text Example


Text Example

White with #151135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151135; }

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

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

background-color css

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

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

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

border-color css

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

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

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