#0D0847

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

Shades of Paua #0D0847

Tints of Paua #0D0847

Color information

#0D0847 (or 0x0D0847) is unknown color: approx Paua. HEX triplet: 0D, 08 and 47. RGB value is (13,8,71). Sum of RGB (Red+Green+Blue) = 13+8+71=92 (12% of max value = 765). Red value is 13 (5.47% from 255 or 14.13% from 92); Green value is 8 (3.52% from 255 or 8.70% from 92); Blue value is 71 (28.12% from 255 or 77.17% from 92); Max value from RGB is 71 - color contains mainly: blue. Hex color #0D0847 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0847 is #F2F7B8. Grayscale: #101010. Windows color (decimal): -15923129 or 4655117. OLE color: 4655117.

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

Color convert

RGB13871-
CMYK0.820.8900.72
HSL244.76º79.75%15.49%-
HSV(B)244.76º88.73%27.84%-
XYZ1.390.716.03-
YUV16.68158.66125.38-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 14.13%
GREEN value IS 8 (3.52% from 255) = 8.70%
BLUE value IS 71 (28.12% from 255) = 77.17%
R=14.13%
G=8.70%
B=77.17%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal138710.820.8900.72244.7679.7515.49
HexD8475259048f550f
Octal1510107122131011036512017
Binary11011000100011110100101011001010010001111010110100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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