#100B27

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

Shades of Jaguar #100B27

Tints of Jaguar #100B27

Color information

#100B27 (or 0x100B27) is unknown color: approx Jaguar. HEX triplet: 10, 0B and 27. RGB value is (16,11,39). Sum of RGB (Red+Green+Blue) = 16+11+39=66 (8% of max value = 765). Red value is 16 (6.64% from 255 or 24.24% from 66); Green value is 11 (4.69% from 255 or 16.67% from 66); Blue value is 39 (15.62% from 255 or 59.09% from 66); Max value from RGB is 39 - color contains mainly: blue. Hex color #100B27 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100B27 is #EFF4D8. Grayscale: #0F0F0F. Windows color (decimal): -15725785 or 2558736. OLE color: 2558736.

HSL color Cylindrical-coordinate representation of color #100B27: hue angle of 250.71º degrees, saturation: 0.56, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #100B27 is Cyan = 0.59, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB161139-
CMYK0.590.7200.85
HSL250.71º56%9.8%-
HSV(B)250.71º71.79%15.29%-
XYZ0.70.51.98-
YUV15.69141.16128.22-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 24.24%
GREEN value IS 11 (4.69% from 255) = 16.67%
BLUE value IS 39 (15.62% from 255) = 59.09%
R=24.24%
G=16.67%
B=59.09%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1611390.590.7200.85250.71569.8
Hex10B273B48055fb38a
Octal2013477311001253737012
Binary100001011100111111011100100001010101111110111110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,11,39); }

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

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

 a { background-color: rgb(16,11,39); }

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

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

 span { border-color: rgb(16,11,39); }

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