Html Css Color HEX #130F23 Jaguar

📋 copy color: '#130F23'

red 19 ◦ green 15 ◦ blue 35

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

Shades of Jaguar #130F23

Tints of Jaguar #130F23

RGB

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

 GREEN value IS 15 (6.25% from 255) = 21.74%

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

R = 27.54%
G = 21.74%
B = 50.72%

CMYK

 C value IS 0.46

 M value IS 0.57

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#130F23 (or 0x130F23) is known color: Jaguar. HEX triplet: 13, 0F and 23. RGB value is (19,15,35). Sum of RGB (Red+Green+Blue) = 19+15+35=69 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.54% from 69); Green value is 15 (6.25% from 255 or 21.74% from 69); Blue value is 35 (14.06% from 255 or 50.72% from 69); Max value from RGB is 35 - color contains mainly: blue. Hex color #130F23 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130F23 is #ECF0DC. Grayscale: #121212. Windows color (decimal): -15528157 or 2297619. OLE color: 2297619.

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

Color convert

RGB 19 15 35 -
CMYK 0.46 0.57 0 0.86
HSL 252º 0.4% 0.1% -
HSV(B) 252º 0.57% 0.14% -
XYZ 0.74 0.6 1.67 -
YUV 18.48 137.33 128.37 -
System Red Green Blue C M Y K H S L
Decimal 19 15 35 0.46 0.57 0 0.86 252 0.4 0.1
Hex 13 F 23 2E 39 0 56 FC 28 A
Octal 23 17 43 56 71 0 126 374 50 12
Binary 10011 1111 100011 101110 111001 0 1010110 11111100 101000 1010

Color Harmonies of #130F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130F23

Black with #130F23

Text Example


Text Example

White with #130F23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130F23; }

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

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

background-color css

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

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

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

border-color css

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

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

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