Html Css Color HEX #130E34 Jaguar

📋 copy color: '#130E34'

red 19 ◦ green 14 ◦ blue 52

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

Shades of Jaguar #130E34

Tints of Jaguar #130E34

RGB

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

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

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

R = 22.35%
G = 16.47%
B = 61.18%

CMYK

 C value IS 0.63

 M value IS 0.73

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#130E34 (or 0x130E34) is known color: Jaguar. HEX triplet: 13, 0E and 34. RGB value is (19,14,52). Sum of RGB (Red+Green+Blue) = 19+14+52=85 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.35% from 85); Green value is 14 (5.86% from 255 or 16.47% from 85); Blue value is 52 (20.70% from 255 or 61.18% from 85); Max value from RGB is 52 - color contains mainly: blue. Hex color #130E34 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130E34 is #ECF1CB. Grayscale: #131313. Windows color (decimal): -15528396 or 3411475. OLE color: 3411475.

HSL color Cylindrical-coordinate representation of color #130E34: hue angle of 247.89º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #130E34 is Cyan = 0.63, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 19 14 52 -
CMYK 0.63 0.73 0 0.80
HSL 247.89º 0.58% 0.13% -
HSV(B) 247.89º 0.73% 0.2% -
XYZ 1.05 0.7 3.33 -
YUV 19.83 146.16 127.41 -
System Red Green Blue C M Y K H S L
Decimal 19 14 52 0.63 0.73 0 0.80 247.89 0.58 0.13
Hex 13 E 34 3F 49 0 50 F8 3A D
Octal 23 16 64 77 111 0 120 370 72 15
Binary 10011 1110 110100 111111 1001001 0 1010000 11111000 111010 1101

Color Harmonies of #130E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130E34

Black with #130E34

Text Example


Text Example

White with #130E34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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