#0D0347

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

Shades of Paua #0D0347

Tints of Paua #0D0347

Color information

#0D0347 (or 0x0D0347) is unknown color: approx Paua. HEX triplet: 0D, 03 and 47. RGB value is (13,3,71). Sum of RGB (Red+Green+Blue) = 13+3+71=87 (11% of max value = 765). Red value is 13 (5.47% from 255 or 14.94% from 87); Green value is 3 (1.56% from 255 or 3.45% from 87); Blue value is 71 (28.12% from 255 or 81.61% from 87); Max value from RGB is 71 - color contains mainly: blue. Hex color #0D0347 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0347 is #F2FCB8. Grayscale: #0D0D0D. Windows color (decimal): -15924409 or 4653837. OLE color: 4653837.

HSL color Cylindrical-coordinate representation of color #0D0347: hue angle of 248.82º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0D0347 is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB13371-
CMYK0.820.9600.72
HSL248.82º91.89%14.51%-
HSV(B)248.82º95.77%27.84%-
XYZ1.340.616.01-
YUV13.74160.31127.47-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 14.94%
GREEN value IS 3 (1.56% from 255) = 3.45%
BLUE value IS 71 (28.12% from 255) = 81.61%
R=14.94%
G=3.45%
B=81.61%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal133710.820.9600.72248.8291.8914.51
HexD3475260048f95cf
Octal153107122140011037113417
Binary110111100011110100101100000010010001111100110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,3,71); }

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

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

 a { background-color: rgb(13,3,71); }

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

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

 span { border-color: rgb(13,3,71); }

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