#0D0527

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

Shades of Jaguar #0D0527

Tints of Jaguar #0D0527

Color information

#0D0527 (or 0x0D0527) is unknown color: approx Jaguar. HEX triplet: 0D, 05 and 27. RGB value is (13,5,39). Sum of RGB (Red+Green+Blue) = 13+5+39=57 (7% of max value = 765). Red value is 13 (5.47% from 255 or 22.81% from 57); Green value is 5 (2.34% from 255 or 8.77% from 57); Blue value is 39 (15.62% from 255 or 68.42% from 57); Max value from RGB is 39 - color contains mainly: blue. Hex color #0D0527 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0527 is #F2FAD8. Grayscale: #0B0B0B. Windows color (decimal): -15923929 or 2557197. OLE color: 2557197.

HSL color Cylindrical-coordinate representation of color #0D0527: hue angle of 254.12º degrees, saturation: 0.77, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D0527 is Cyan = 0.67, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB13539-
CMYK0.670.8700.85
HSL254.12º77.27%8.63%-
HSV(B)254.12º87.18%15.29%-
XYZ0.590.341.95-
YUV11.27143.65129.24-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 22.81%
GREEN value IS 5 (2.34% from 255) = 8.77%
BLUE value IS 39 (15.62% from 255) = 68.42%
R=22.81%
G=8.77%
B=68.42%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal135390.670.8700.85254.1277.278.63
HexD5274357055fe4d9
Octal15547103127012537611511
Binary110110110011110000111010111010101011111111010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,5,39); }

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

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

 a { background-color: rgb(13,5,39); }

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

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

 span { border-color: rgb(13,5,39); }

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