#10092B

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

Shades of Jaguar #10092B

Tints of Jaguar #10092B

Color information

#10092B (or 0x10092B) is unknown color: approx Jaguar. HEX triplet: 10, 09 and 2B. RGB value is (16,9,43). Sum of RGB (Red+Green+Blue) = 16+9+43=68 (9% of max value = 765). Red value is 16 (6.64% from 255 or 23.53% from 68); Green value is 9 (3.91% from 255 or 13.24% from 68); Blue value is 43 (17.19% from 255 or 63.24% from 68); Max value from RGB is 43 - color contains mainly: blue. Hex color #10092B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10092B is #EFF6D4. Grayscale: #0E0E0E. Windows color (decimal): -15726293 or 2820368. OLE color: 2820368.

HSL color Cylindrical-coordinate representation of color #10092B: hue angle of 252.35º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #10092B is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB16943-
CMYK0.630.7900.83
HSL252.35º65.38%10.2%-
HSV(B)252.35º79.07%16.86%-
XYZ0.750.482.34-
YUV14.97143.82128.74-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 23.53%
GREEN value IS 9 (3.91% from 255) = 13.24%
BLUE value IS 43 (17.19% from 255) = 63.24%
R=23.53%
G=13.24%
B=63.24%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal169430.630.7900.83252.3565.3810.2
Hex1092B3F4F053fc41a
Octal20115377117012337410112
Binary1000010011010111111111001111010100111111110010000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10092B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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