#0A0124

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

Shades of Jaguar #0A0124

Tints of Jaguar #0A0124

Color information

#0A0124 (or 0x0A0124) is unknown color: approx Jaguar. HEX triplet: 0A, 01 and 24. RGB value is (10,1,36). Sum of RGB (Red+Green+Blue) = 10+1+36=47 (6% of max value = 765). Red value is 10 (4.30% from 255 or 21.28% from 47); Green value is 1 (0.78% from 255 or 2.13% from 47); Blue value is 36 (14.45% from 255 or 76.60% from 47); Max value from RGB is 36 - color contains mainly: blue. Hex color #0A0124 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0124 is #F5FEDB. Grayscale: #070707. Windows color (decimal): -16121564 or 2359562. OLE color: 2359562.

HSL color Cylindrical-coordinate representation of color #0A0124: hue angle of 255.43º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0A0124 is Cyan = 0.72, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB10136-
CMYK0.720.9700.86
HSL255.43º94.59%7.25%-
HSV(B)255.43º97.22%14.12%-
XYZ0.450.211.69-
YUV7.68143.98129.65-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 21.28%
GREEN value IS 1 (0.78% from 255) = 2.13%
BLUE value IS 36 (14.45% from 255) = 76.60%
R=21.28%
G=2.13%
B=76.60%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal101360.720.9700.86255.4394.597.25
HexA1244861056ff5f7
Octal1214411014101263771377
Binary101011001001001000110000101010110111111111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A0124; }

 p { color: rgb(10,1,36); }

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

<style>
 a { background-color: #0A0124; }

 a { background-color: rgb(10,1,36); }

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

<style>
 span { border-color: #0A0124; }

 span { border-color: rgb(10,1,36); }

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