#0D0546

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

Shades of Paua #0D0546

Tints of Paua #0D0546

Color information

#0D0546 (or 0x0D0546) is unknown color: approx Paua. HEX triplet: 0D, 05 and 46. RGB value is (13,5,70). Sum of RGB (Red+Green+Blue) = 13+5+70=88 (11% of max value = 765). Red value is 13 (5.47% from 255 or 14.77% from 88); Green value is 5 (2.34% from 255 or 5.68% from 88); Blue value is 70 (27.73% from 255 or 79.55% from 88); Max value from RGB is 70 - color contains mainly: blue. Hex color #0D0546 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0546 is #F2FAB9. Grayscale: #0E0E0E. Windows color (decimal): -15923898 or 4588813. OLE color: 4588813.

HSL color Cylindrical-coordinate representation of color #0D0546: hue angle of 247.38º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D0546 is Cyan = 0.81, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB13570-
CMYK0.810.9300.73
HSL247.38º86.67%14.71%-
HSV(B)247.38º92.86%27.45%-
XYZ1.330.645.85-
YUV14.8159.15126.71-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 14.77%
GREEN value IS 5 (2.34% from 255) = 5.68%
BLUE value IS 70 (27.73% from 255) = 79.55%
R=14.77%
G=5.68%
B=79.55%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal135700.810.9300.73247.3886.6714.71
HexD546515D049f757f
Octal155106121135011136712717
Binary1101101100011010100011011101010010011111011110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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