#100A26

Color #100A26 Jaguar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jaguar #100A26

Tints of Jaguar #100A26

Color information

#100A26 (or 0x100A26) is unknown color: approx Jaguar. HEX triplet: 10, 0A and 26. RGB value is (16,10,38). Sum of RGB (Red+Green+Blue) = 16+10+38=64 (8% of max value = 765). Red value is 16 (6.64% from 255 or 25% from 64); Green value is 10 (4.30% from 255 or 15.62% from 64); Blue value is 38 (15.23% from 255 or 59.38% from 64); Max value from RGB is 38 - color contains mainly: blue. Hex color #100A26 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100A26 is #EFF5D9. Grayscale: #0E0E0E. Windows color (decimal): -15726042 or 2492944. OLE color: 2492944.

HSL color Cylindrical-coordinate representation of color #100A26: hue angle of 252.86º degrees, saturation: 0.58, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #100A26 is Cyan = 0.58, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB161038-
CMYK0.580.7400.85
HSL252.86º58.33%9.41%-
HSV(B)252.86º73.68%14.9%-
XYZ0.670.471.89-
YUV14.99140.99128.72-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 25%
GREEN value IS 10 (4.30% from 255) = 15.62%
BLUE value IS 38 (15.23% from 255) = 59.38%
R=25%
G=15.62%
B=59.38%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1610380.580.7400.85252.8658.339.41
Hex10A263A4A055fd3a9
Octal2012467211201253757211
Binary100001010100110111010100101001010101111111011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100A26; }

 p { color: rgb(16,10,38); }

 H1.HeaderClassName
 {
   color: #100A26;
 }
 .AnyTagClassName
 {
   color: #100A26;
 }
</style>
background-color css

<style>
 a { background-color: #100A26; }

 a { background-color: rgb(16,10,38); }

 div.DivClassName
 {
   background-color: #100A26;
 }
 .BgClassName
 {
   background-color: #100A26;
 }
</style>
border-color css

<style>
 span { border-color: #100A26; }

 span { border-color: rgb(16,10,38); }

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