#10092F

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

Shades of Jaguar #10092F

Tints of Jaguar #10092F

Color information

#10092F (or 0x10092F) is unknown color: approx Jaguar. HEX triplet: 10, 09 and 2F. RGB value is (16,9,47). Sum of RGB (Red+Green+Blue) = 16+9+47=72 (9% of max value = 765). Red value is 16 (6.64% from 255 or 22.22% from 72); Green value is 9 (3.91% from 255 or 12.5% from 72); Blue value is 47 (18.75% from 255 or 65.28% from 72); Max value from RGB is 47 - color contains mainly: blue. Hex color #10092F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10092F is #EFF6D0. Grayscale: #0F0F0F. Windows color (decimal): -15726289 or 3082512. OLE color: 3082512.

HSL color Cylindrical-coordinate representation of color #10092F: hue angle of 251.05º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #10092F is Cyan = 0.66, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB16947-
CMYK0.660.8100.82
HSL251.05º67.86%10.98%-
HSV(B)251.05º80.85%18.43%-
XYZ0.820.512.74-
YUV15.42145.82128.41-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 22.22%
GREEN value IS 9 (3.91% from 255) = 12.5%
BLUE value IS 47 (18.75% from 255) = 65.28%
R=22.22%
G=12.5%
B=65.28%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal169470.660.8100.82251.0567.8610.98
Hex1092F4251052fb44b
Octal201157102121012237310413
Binary10000100110111110000101010001010100101111101110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10092F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10092F; }

 p { color: rgb(16,9,47); }

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

<style>
 a { background-color: #10092F; }

 a { background-color: rgb(16,9,47); }

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

<style>
 span { border-color: #10092F; }

 span { border-color: rgb(16,9,47); }

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