Html Css Color HEX #130E37 Jaguar

📋 copy color: '#130E37'

red 19 ◦ green 14 ◦ blue 55

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

Shades of Jaguar #130E37

Tints of Jaguar #130E37

RGB

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

 GREEN value IS 14 (5.86% from 255) = 15.91%

 BLUE value IS 55 (21.88% from 255) = 62.5%

R = 21.59%
G = 15.91%
B = 62.5%

CMYK

 C value IS 0.65

 M value IS 0.75

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#130E37 (or 0x130E37) is known color: Jaguar. HEX triplet: 13, 0E and 37. RGB value is (19,14,55). Sum of RGB (Red+Green+Blue) = 19+14+55=88 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.59% from 88); Green value is 14 (5.86% from 255 or 15.91% from 88); Blue value is 55 (21.88% from 255 or 62.5% from 88); Max value from RGB is 55 - color contains mainly: blue. Hex color #130E37 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130E37 is #ECF1C8. Grayscale: #141414. Windows color (decimal): -15528393 or 3608083. OLE color: 3608083.

HSL color Cylindrical-coordinate representation of color #130E37: hue angle of 247.32º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #130E37 is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 19 14 55 -
CMYK 0.65 0.75 0 0.78
HSL 247.32º 0.59% 0.14% -
HSV(B) 247.32º 0.75% 0.22% -
XYZ 1.12 0.73 3.7 -
YUV 20.17 147.66 127.17 -
System Red Green Blue C M Y K H S L
Decimal 19 14 55 0.65 0.75 0 0.78 247.32 0.59 0.14
Hex 13 E 37 41 4B 0 4E F7 3B E
Octal 23 16 67 101 113 0 116 367 73 16
Binary 10011 1110 110111 1000001 1001011 0 1001110 11110111 111011 1110

Color Harmonies of #130E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130E37

Black with #130E37

Text Example


Text Example

White with #130E37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,14,55); }

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

background-color css

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

 a { background-color: rgb(19,14,55); }

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

border-color css

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

 span { border-color: rgb(19,14,55); }

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