#0D052D

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

Shades of Jaguar #0D052D

Tints of Jaguar #0D052D

Color information

#0D052D (or 0x0D052D) is unknown color: approx Jaguar. HEX triplet: 0D, 05 and 2D. RGB value is (13,5,45). Sum of RGB (Red+Green+Blue) = 13+5+45=63 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20.63% from 63); Green value is 5 (2.34% from 255 or 7.94% from 63); Blue value is 45 (17.97% from 255 or 71.43% from 63); Max value from RGB is 45 - color contains mainly: blue. Hex color #0D052D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D052D is #F2FAD2. Grayscale: #0B0B0B. Windows color (decimal): -15923923 or 2950413. OLE color: 2950413.

HSL color Cylindrical-coordinate representation of color #0D052D: hue angle of 252º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D052D is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB13545-
CMYK0.710.8900.82
HSL252º80%9.8%-
HSV(B)252º88.89%17.65%-
XYZ0.690.382.52-
YUV11.95146.65128.75-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 20.63%
GREEN value IS 5 (2.34% from 255) = 7.94%
BLUE value IS 45 (17.97% from 255) = 71.43%
R=20.63%
G=7.94%
B=71.43%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal135450.710.8900.82252809.8
HexD52D4759052fc50a
Octal15555107131012237412012
Binary110110110110110001111011001010100101111110010100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D052D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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