#0D0147

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

Shades of Paua #0D0147

Tints of Paua #0D0147

Color information

#0D0147 (or 0x0D0147) is unknown color: approx Paua. HEX triplet: 0D, 01 and 47. RGB value is (13,1,71). Sum of RGB (Red+Green+Blue) = 13+1+71=85 (11% of max value = 765). Red value is 13 (5.47% from 255 or 15.29% from 85); Green value is 1 (0.78% from 255 or 1.18% from 85); Blue value is 71 (28.12% from 255 or 83.53% from 85); Max value from RGB is 71 - color contains mainly: blue. Hex color #0D0147 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0147 is #F2FEB8. Grayscale: #0C0C0C. Windows color (decimal): -15924921 or 4653325. OLE color: 4653325.

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

Color convert

RGB13171-
CMYK0.820.9900.72
HSL250.29º97.22%14.12%-
HSV(B)250.29º98.59%27.84%-
XYZ1.310.566-
YUV12.57160.98128.31-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 15.29%
GREEN value IS 1 (0.78% from 255) = 1.18%
BLUE value IS 71 (28.12% from 255) = 83.53%
R=15.29%
G=1.18%
B=83.53%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal131710.820.9900.72250.2997.2214.12
HexD1475263048fa61e
Octal151107122143011037214116
Binary11011100011110100101100011010010001111101011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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