Html Css Color HEX #110B26 Jaguar

📋 copy color: '#110B26'

red 17 ◦ green 11 ◦ blue 38

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

Shades of Jaguar #110B26

Tints of Jaguar #110B26

RGB

 RED value IS 17 (7.03% from 255) = 25.76%

 GREEN value IS 11 (4.69% from 255) = 16.67%

 BLUE value IS 38 (15.23% from 255) = 57.58%

R = 25.76%
G = 16.67%
B = 57.58%

CMYK

 C value IS 0.55

 M value IS 0.71

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#110B26 (or 0x110B26) is known color: Jaguar. HEX triplet: 11, 0B and 26. RGB value is (17,11,38). Sum of RGB (Red+Green+Blue) = 17+11+38=66 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.76% from 66); Green value is 11 (4.69% from 255 or 16.67% from 66); Blue value is 38 (15.23% from 255 or 57.58% from 66); Max value from RGB is 38 - color contains mainly: blue. Hex color #110B26 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110B26 is #EEF4D9. Grayscale: #0F0F0F. Windows color (decimal): -15660250 or 2493201. OLE color: 2493201.

HSL color Cylindrical-coordinate representation of color #110B26: hue angle of 253.33º degrees, saturation: 0.55, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #110B26 is Cyan = 0.55, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 17 11 38 -
CMYK 0.55 0.71 0 0.85
HSL 253.33º 0.55% 0.1% -
HSV(B) 253.33º 0.71% 0.15% -
XYZ 0.7 0.5 1.89 -
YUV 15.87 140.49 128.8 -
System Red Green Blue C M Y K H S L
Decimal 17 11 38 0.55 0.71 0 0.85 253.33 0.55 0.1
Hex 11 B 26 37 47 0 55 FD 37 A
Octal 21 13 46 67 107 0 125 375 67 12
Binary 10001 1011 100110 110111 1000111 0 1010101 11111101 110111 1010

Color Harmonies of #110B26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110B26

Black with #110B26

Text Example


Text Example

White with #110B26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110B26; }

 p { color: rgb(17,11,38); }

 H1.HeaderClassName
 {
   color: #110B26;
 }
 .AnyTagClassName
 {
   color: #110B26;
 }
</style>

background-color css

<style>
 a { background-color: #110B26; }

 a { background-color: rgb(17,11,38); }

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

border-color css

<style>
 span { border-color: #110B26; }

 span { border-color: rgb(17,11,38); }

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