#10092E

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

Shades of Jaguar #10092E

Tints of Jaguar #10092E

Color information

#10092E (or 0x10092E) is unknown color: approx Jaguar. HEX triplet: 10, 09 and 2E. RGB value is (16,9,46). Sum of RGB (Red+Green+Blue) = 16+9+46=71 (9% of max value = 765). Red value is 16 (6.64% from 255 or 22.54% from 71); Green value is 9 (3.91% from 255 or 12.68% from 71); Blue value is 46 (18.36% from 255 or 64.79% from 71); Max value from RGB is 46 - color contains mainly: blue. Hex color #10092E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10092E is #EFF6D1. Grayscale: #0F0F0F. Windows color (decimal): -15726290 or 3016976. OLE color: 3016976.

HSL color Cylindrical-coordinate representation of color #10092E: hue angle of 251.35º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #10092E is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB16946-
CMYK0.650.8000.82
HSL251.35º67.27%10.78%-
HSV(B)251.35º80.43%18.04%-
XYZ0.80.52.64-
YUV15.31145.32128.49-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 22.54%
GREEN value IS 9 (3.91% from 255) = 12.68%
BLUE value IS 46 (18.36% from 255) = 64.79%
R=22.54%
G=12.68%
B=64.79%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal169460.650.8000.82251.3567.2710.78
Hex1092E4150052fb43b
Octal201156101120012237310313
Binary10000100110111010000011010000010100101111101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10092E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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