#0D0647

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

Shades of Paua #0D0647

Tints of Paua #0D0647

Color information

#0D0647 (or 0x0D0647) is unknown color: approx Paua. HEX triplet: 0D, 06 and 47. RGB value is (13,6,71). Sum of RGB (Red+Green+Blue) = 13+6+71=90 (11% of max value = 765). Red value is 13 (5.47% from 255 or 14.44% from 90); Green value is 6 (2.73% from 255 or 6.67% from 90); Blue value is 71 (28.12% from 255 or 78.89% from 90); Max value from RGB is 71 - color contains mainly: blue. Hex color #0D0647 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0647 is #F2F9B8. Grayscale: #0F0F0F. Windows color (decimal): -15923641 or 4654605. OLE color: 4654605.

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

Color convert

RGB13671-
CMYK0.820.9200.72
HSL246.46º84.42%15.1%-
HSV(B)246.46º91.55%27.84%-
XYZ1.370.676.02-
YUV15.5159.32126.21-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 14.44%
GREEN value IS 6 (2.73% from 255) = 6.67%
BLUE value IS 71 (28.12% from 255) = 78.89%
R=14.44%
G=6.67%
B=78.89%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal136710.820.9200.72246.4684.4215.1
HexD647525C048f654f
Octal156107122134011036612417
Binary1101110100011110100101011100010010001111011010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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