Html Css Color HEX #130E33 Jaguar

📋 copy color: '#130E33'

red 19 ◦ green 14 ◦ blue 51

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

Shades of Jaguar #130E33

Tints of Jaguar #130E33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 60.71%

R = 22.62%
G = 16.67%
B = 60.71%

CMYK

 C value IS 0.63

 M value IS 0.73

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#130E33 (or 0x130E33) is known color: Jaguar. HEX triplet: 13, 0E and 33. RGB value is (19,14,51). Sum of RGB (Red+Green+Blue) = 19+14+51=84 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.62% from 84); Green value is 14 (5.86% from 255 or 16.67% from 84); Blue value is 51 (20.31% from 255 or 60.71% from 84); Max value from RGB is 51 - color contains mainly: blue. Hex color #130E33 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130E33 is #ECF1CC. Grayscale: #131313. Windows color (decimal): -15528397 or 3345939. OLE color: 3345939.

HSL color Cylindrical-coordinate representation of color #130E33: hue angle of 248.11º degrees, saturation: 0.57, 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 #130E33 is Cyan = 0.63, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 19 14 51 -
CMYK 0.63 0.73 0 0.8
HSL 248.11º 0.57% 0.13% -
HSV(B) 248.11º 0.73% 0.2% -
XYZ 1.02 0.69 3.21 -
YUV 19.71 145.66 127.49 -
System Red Green Blue C M Y K H S L
Decimal 19 14 51 0.63 0.73 0 0.8 248.11 0.57 0.13
Hex 13 E 33 3F 49 0 50 F8 39 D
Octal 23 16 63 77 111 0 120 370 71 15
Binary 10011 1110 110011 111111 1001001 0 1010000 11111000 111001 1101

Color Harmonies of #130E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130E33

Black with #130E33

Text Example


Text Example

White with #130E33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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