Html Css Color HEX #131023 Jaguar

📋 copy color: '#131023'

red 19 ◦ green 16 ◦ blue 35

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

Shades of Jaguar #131023

Tints of Jaguar #131023

RGB

 RED value IS 19 (7.81% from 255) = 27.14%

 GREEN value IS 16 (6.64% from 255) = 22.86%

 BLUE value IS 35 (14.06% from 255) = 50%

R = 27.14%
G = 22.86%
B = 50%

CMYK

 C value IS 0.46

 M value IS 0.54

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#131023 (or 0x131023) is known color: Jaguar. HEX triplet: 13, 10 and 23. RGB value is (19,16,35). Sum of RGB (Red+Green+Blue) = 19+16+35=70 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.14% from 70); Green value is 16 (6.64% from 255 or 22.86% from 70); Blue value is 35 (14.06% from 255 or 50% from 70); Max value from RGB is 35 - color contains mainly: blue. Hex color #131023 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131023 is #ECEFDC. Grayscale: #121212. Windows color (decimal): -15527901 or 2297875. OLE color: 2297875.

HSL color Cylindrical-coordinate representation of color #131023: hue angle of 249.47º degrees, saturation: 0.37, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #131023 is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 19 16 35 -
CMYK 0.46 0.54 0 0.86
HSL 249.47º 0.37% 0.1% -
HSV(B) 249.47º 0.54% 0.14% -
XYZ 0.76 0.63 1.67 -
YUV 19.06 136.99 127.96 -
System Red Green Blue C M Y K H S L
Decimal 19 16 35 0.46 0.54 0 0.86 249.47 0.37 0.1
Hex 13 10 23 2E 36 0 56 F9 25 A
Octal 23 20 43 56 66 0 126 371 45 12
Binary 10011 10000 100011 101110 110110 0 1010110 11111001 100101 1010

Color Harmonies of #131023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131023

Black with #131023

Text Example


Text Example

White with #131023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131023; }

 p { color: rgb(19,16,35); }

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

background-color css

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

 a { background-color: rgb(19,16,35); }

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

border-color css

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

 span { border-color: rgb(19,16,35); }

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