Html Css Color HEX #1A1737 Jaguar

📋 copy color: '#1A1737'

red 26 ◦ green 23 ◦ blue 55

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

Shades of Jaguar #1A1737

Tints of Jaguar #1A1737

RGB

 RED value IS 26 (10.55% from 255) = 25%

 GREEN value IS 23 (9.38% from 255) = 22.12%

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

R = 25%
G = 22.12%
B = 52.88%

CMYK

 C value IS 0.53

 M value IS 0.58

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#1A1737 (or 0x1A1737) is known color: Jaguar. HEX triplet: 1A, 17 and 37. RGB value is (26,23,55). Sum of RGB (Red+Green+Blue) = 26+23+55=104 (13% of max value = 765). Red value is 26 (10.55% from 255 or 25% from 104); Green value is 23 (9.38% from 255 or 22.12% from 104); Blue value is 55 (21.88% from 255 or 52.88% from 104); Max value from RGB is 55 - color contains mainly: blue. Hex color #1A1737 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A1737 is #E5E8C8. Grayscale: #1B1B1B. Windows color (decimal): -15067337 or 3610394. OLE color: 3610394.

HSL color Cylindrical-coordinate representation of color #1A1737: hue angle of 245.62º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1A1737 is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 26 23 55 -
CMYK 0.53 0.58 0 0.78
HSL 245.63º 0.41% 0.15% -
HSV(B) 245.63º 0.58% 0.22% -
XYZ 1.42 1.11 3.75 -
YUV 27.55 143.49 126.9 -
System Red Green Blue C M Y K H S L
Decimal 26 23 55 0.53 0.58 0 0.78 245.63 0.41 0.15
Hex 1A 17 37 35 3A 0 4E F6 29 F
Octal 32 27 67 65 72 0 116 366 51 17
Binary 11010 10111 110111 110101 111010 0 1001110 11110110 101001 1111

Color Harmonies of #1A1737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A1737

Black with #1A1737

Text Example


Text Example

White with #1A1737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A1737; }

 p { color: rgb(26,23,55); }

 H1.HeaderClassName
 {
   color: #1A1737;
 }
 .AnyTagClassName
 {
   color: #1A1737;
 }
</style>

background-color css

<style>
 a { background-color: #1A1737; }

 a { background-color: rgb(26,23,55); }

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

border-color css

<style>
 span { border-color: #1A1737; }

 span { border-color: rgb(26,23,55); }

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