Html Css Color HEX #130E30 Jaguar

📋 copy color: '#130E30'

red 19 ◦ green 14 ◦ blue 48

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

Shades of Jaguar #130E30

Tints of Jaguar #130E30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 59.26%

R = 23.46%
G = 17.28%
B = 59.26%

CMYK

 C value IS 0.60

 M value IS 0.71

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#130E30 (or 0x130E30) is known color: Jaguar. HEX triplet: 13, 0E and 30. RGB value is (19,14,48). Sum of RGB (Red+Green+Blue) = 19+14+48=81 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.46% from 81); Green value is 14 (5.86% from 255 or 17.28% from 81); Blue value is 48 (19.14% from 255 or 59.26% from 81); Max value from RGB is 48 - color contains mainly: blue. Hex color #130E30 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130E30 is #ECF1CF. Grayscale: #131313. Windows color (decimal): -15528400 or 3149331. OLE color: 3149331.

HSL color Cylindrical-coordinate representation of color #130E30: hue angle of 248.82º degrees, saturation: 0.55, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #130E30 is Cyan = 0.60, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 19 14 48 -
CMYK 0.60 0.71 0 0.81
HSL 248.82º 0.55% 0.12% -
HSV(B) 248.82º 0.71% 0.19% -
XYZ 0.96 0.67 2.87 -
YUV 19.37 144.16 127.74 -
System Red Green Blue C M Y K H S L
Decimal 19 14 48 0.60 0.71 0 0.81 248.82 0.55 0.12
Hex 13 E 30 3C 47 0 51 F9 37 C
Octal 23 16 60 74 107 0 121 371 67 14
Binary 10011 1110 110000 111100 1000111 0 1010001 11111001 110111 1100

Color Harmonies of #130E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130E30

Black with #130E30

Text Example


Text Example

White with #130E30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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