#0D052B

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

Shades of Jaguar #0D052B

Tints of Jaguar #0D052B

Color information

#0D052B (or 0x0D052B) is unknown color: approx Jaguar. HEX triplet: 0D, 05 and 2B. RGB value is (13,5,43). Sum of RGB (Red+Green+Blue) = 13+5+43=61 (8% of max value = 765). Red value is 13 (5.47% from 255 or 21.31% from 61); Green value is 5 (2.34% from 255 or 8.20% from 61); Blue value is 43 (17.19% from 255 or 70.49% from 61); Max value from RGB is 43 - color contains mainly: blue. Hex color #0D052B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D052B is #F2FAD4. Grayscale: #0B0B0B. Windows color (decimal): -15923925 or 2819341. OLE color: 2819341.

HSL color Cylindrical-coordinate representation of color #0D052B: hue angle of 252.63º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D052B is Cyan = 0.70, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB13543-
CMYK0.700.8800.83
HSL252.63º79.17%9.41%-
HSV(B)252.63º88.37%16.86%-
XYZ0.660.372.32-
YUV11.72145.65128.91-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 21.31%
GREEN value IS 5 (2.34% from 255) = 8.20%
BLUE value IS 43 (17.19% from 255) = 70.49%
R=21.31%
G=8.20%
B=70.49%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal135430.700.8800.83252.6379.179.41
HexD52B4658053fd4f9
Octal15553106130012337511711
Binary110110110101110001101011000010100111111110110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D052B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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