Html Css Color HEX #151235 Jaguar

📋 copy color: '#151235'

red 21 ◦ green 18 ◦ blue 53

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

Shades of Jaguar #151235

Tints of Jaguar #151235

RGB

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

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

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

R = 22.83%
G = 19.57%
B = 57.61%

CMYK

 C value IS 0.60

 M value IS 0.66

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#151235 (or 0x151235) is known color: Jaguar. HEX triplet: 15, 12 and 35. RGB value is (21,18,53). Sum of RGB (Red+Green+Blue) = 21+18+53=92 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.83% from 92); Green value is 18 (7.42% from 255 or 19.57% from 92); Blue value is 53 (21.09% from 255 or 57.61% from 92); Max value from RGB is 53 - color contains mainly: blue. Hex color #151235 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151235 is #EAEDCA. Grayscale: #161616. Windows color (decimal): -15396299 or 3478037. OLE color: 3478037.

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

Color convert

RGB 21 18 53 -
CMYK 0.60 0.66 0 0.79
HSL 245.14º 0.49% 0.14% -
HSV(B) 245.14º 0.66% 0.21% -
XYZ 1.17 0.85 3.47 -
YUV 22.89 144.99 126.65 -
System Red Green Blue C M Y K H S L
Decimal 21 18 53 0.60 0.66 0 0.79 245.14 0.49 0.14
Hex 15 12 35 3C 42 0 4F F5 31 E
Octal 25 22 65 74 102 0 117 365 61 16
Binary 10101 10010 110101 111100 1000010 0 1001111 11110101 110001 1110

Color Harmonies of #151235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151235

Black with #151235

Text Example


Text Example

White with #151235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151235; }

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

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

background-color css

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

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

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

border-color css

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

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

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