Html Css Color HEX #151234 Jaguar

📋 copy color: '#151234'

red 21 ◦ green 18 ◦ blue 52

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

Shades of Jaguar #151234

Tints of Jaguar #151234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 57.14%

R = 23.08%
G = 19.78%
B = 57.14%

CMYK

 C value IS 0.60

 M value IS 0.65

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#151234 (or 0x151234) is known color: Jaguar. HEX triplet: 15, 12 and 34. RGB value is (21,18,52). Sum of RGB (Red+Green+Blue) = 21+18+52=91 (12% of max value = 765). Red value is 21 (8.59% from 255 or 23.08% from 91); Green value is 18 (7.42% from 255 or 19.78% from 91); Blue value is 52 (20.70% from 255 or 57.14% from 91); Max value from RGB is 52 - color contains mainly: blue. Hex color #151234 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151234 is #EAEDCB. Grayscale: #161616. Windows color (decimal): -15396300 or 3412501. OLE color: 3412501.

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

Color convert

RGB 21 18 52 -
CMYK 0.60 0.65 0 0.80
HSL 245.29º 0.49% 0.14% -
HSV(B) 245.29º 0.65% 0.2% -
XYZ 1.15 0.84 3.35 -
YUV 22.77 144.49 126.74 -
System Red Green Blue C M Y K H S L
Decimal 21 18 52 0.60 0.65 0 0.80 245.29 0.49 0.14
Hex 15 12 34 3C 41 0 50 F5 31 E
Octal 25 22 64 74 101 0 120 365 61 16
Binary 10101 10010 110100 111100 1000001 0 1010000 11110101 110001 1110

Color Harmonies of #151234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151234

Black with #151234

Text Example


Text Example

White with #151234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151234; }

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

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

background-color css

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

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

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

border-color css

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

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

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