Html Css Color HEX #130F38 Jaguar

📋 copy color: '#130F38'

red 19 ◦ green 15 ◦ blue 56

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

Shades of Jaguar #130F38

Tints of Jaguar #130F38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 62.22%

R = 21.11%
G = 16.67%
B = 62.22%

CMYK

 C value IS 0.66

 M value IS 0.73

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#130F38 (or 0x130F38) is known color: Jaguar. HEX triplet: 13, 0F and 38. RGB value is (19,15,56). Sum of RGB (Red+Green+Blue) = 19+15+56=90 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.11% from 90); Green value is 15 (6.25% from 255 or 16.67% from 90); Blue value is 56 (22.27% from 255 or 62.22% from 90); Max value from RGB is 56 - color contains mainly: blue. Hex color #130F38 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130F38 is #ECF0C7. Grayscale: #141414. Windows color (decimal): -15528136 or 3673875. OLE color: 3673875.

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

Color convert

RGB 19 15 56 -
CMYK 0.66 0.73 0 0.78
HSL 245.85º 0.58% 0.14% -
HSV(B) 245.85º 0.73% 0.22% -
XYZ 1.15 0.77 3.83 -
YUV 20.87 147.83 126.67 -
System Red Green Blue C M Y K H S L
Decimal 19 15 56 0.66 0.73 0 0.78 245.85 0.58 0.14
Hex 13 F 38 42 49 0 4E F6 3A E
Octal 23 17 70 102 111 0 116 366 72 16
Binary 10011 1111 111000 1000010 1001001 0 1001110 11110110 111010 1110

Color Harmonies of #130F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130F38

Black with #130F38

Text Example


Text Example

White with #130F38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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