Html Css Color HEX #151236 Jaguar

📋 copy color: '#151236'

red 21 ◦ green 18 ◦ blue 54

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

Shades of Jaguar #151236

Tints of Jaguar #151236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 58.06%

R = 22.58%
G = 19.35%
B = 58.06%

CMYK

 C value IS 0.61

 M value IS 0.67

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#151236 (or 0x151236) is known color: Jaguar. HEX triplet: 15, 12 and 36. RGB value is (21,18,54). Sum of RGB (Red+Green+Blue) = 21+18+54=93 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.58% from 93); Green value is 18 (7.42% from 255 or 19.35% from 93); Blue value is 54 (21.48% from 255 or 58.06% from 93); Max value from RGB is 54 - color contains mainly: blue. Hex color #151236 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151236 is #EAEDC9. Grayscale: #161616. Windows color (decimal): -15396298 or 3543573. OLE color: 3543573.

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

Color convert

RGB 21 18 54 -
CMYK 0.61 0.67 0 0.79
HSL 245º 0.5% 0.14% -
HSV(B) 245º 0.67% 0.21% -
XYZ 1.19 0.86 3.59 -
YUV 23 145.49 126.57 -
System Red Green Blue C M Y K H S L
Decimal 21 18 54 0.61 0.67 0 0.79 245 0.5 0.14
Hex 15 12 36 3D 43 0 4F F5 32 E
Octal 25 22 66 75 103 0 117 365 62 16
Binary 10101 10010 110110 111101 1000011 0 1001111 11110101 110010 1110

Color Harmonies of #151236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151236

Black with #151236

Text Example


Text Example

White with #151236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151236; }

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

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

background-color css

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

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

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

border-color css

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

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

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