#0D052E

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

Shades of Jaguar #0D052E

Tints of Jaguar #0D052E

Color information

#0D052E (or 0x0D052E) is unknown color: approx Jaguar. HEX triplet: 0D, 05 and 2E. RGB value is (13,5,46). Sum of RGB (Red+Green+Blue) = 13+5+46=64 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20.31% from 64); Green value is 5 (2.34% from 255 or 7.81% from 64); Blue value is 46 (18.36% from 255 or 71.88% from 64); Max value from RGB is 46 - color contains mainly: blue. Hex color #0D052E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D052E is #F2FAD1. Grayscale: #0B0B0B. Windows color (decimal): -15923922 or 3015949. OLE color: 3015949.

HSL color Cylindrical-coordinate representation of color #0D052E: hue angle of 251.71º 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 #0D052E is Cyan = 0.72, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB13546-
CMYK0.720.8900.82
HSL251.71º80.39%10%-
HSV(B)251.71º89.13%18.04%-
XYZ0.710.392.62-
YUV12.07147.15128.67-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 20.31%
GREEN value IS 5 (2.34% from 255) = 7.81%
BLUE value IS 46 (18.36% from 255) = 71.88%
R=20.31%
G=7.81%
B=71.88%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal135460.720.8900.82251.7180.3910
HexD52E4859052fc50a
Octal15556110131012237412012
Binary110110110111010010001011001010100101111110010100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D052E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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