#0D0544

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

Shades of Paua #0D0544

Tints of Paua #0D0544

Color information

#0D0544 (or 0x0D0544) is unknown color: approx Paua. HEX triplet: 0D, 05 and 44. RGB value is (13,5,68). Sum of RGB (Red+Green+Blue) = 13+5+68=86 (11% of max value = 765). Red value is 13 (5.47% from 255 or 15.12% from 86); Green value is 5 (2.34% from 255 or 5.81% from 86); Blue value is 68 (26.95% from 255 or 79.07% from 86); Max value from RGB is 68 - color contains mainly: blue. Hex color #0D0544 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0544 is #F2FABB. Grayscale: #0E0E0E. Windows color (decimal): -15923900 or 4457741. OLE color: 4457741.

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

Color convert

RGB13568-
CMYK0.810.9300.73
HSL247.62º86.3%14.31%-
HSV(B)247.62º92.65%26.67%-
XYZ1.260.615.52-
YUV14.57158.15126.88-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 15.12%
GREEN value IS 5 (2.34% from 255) = 5.81%
BLUE value IS 68 (26.95% from 255) = 79.07%
R=15.12%
G=5.81%
B=79.07%

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
Decimal135680.810.9300.73247.6286.314.31
HexD544515D049f856e
Octal155104121135011137012616
Binary1101101100010010100011011101010010011111100010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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