#0D0848

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

Shades of Paua #0D0848

Tints of Paua #0D0848

Color information

#0D0848 (or 0x0D0848) is unknown color: approx Paua. HEX triplet: 0D, 08 and 48. RGB value is (13,8,72). Sum of RGB (Red+Green+Blue) = 13+8+72=93 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.98% from 93); Green value is 8 (3.52% from 255 or 8.60% from 93); Blue value is 72 (28.52% from 255 or 77.42% from 93); Max value from RGB is 72 - color contains mainly: blue. Hex color #0D0848 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0848 is #F2F7B7. Grayscale: #101010. Windows color (decimal): -15923128 or 4720653. OLE color: 4720653.

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

Color convert

RGB13872-
CMYK0.820.8900.72
HSL244.69º80%15.69%-
HSV(B)244.69º88.89%28.24%-
XYZ1.420.736.2-
YUV16.79159.16125.3-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 13.98%
GREEN value IS 8 (3.52% from 255) = 8.60%
BLUE value IS 72 (28.52% from 255) = 77.42%
R=13.98%
G=8.60%
B=77.42%

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
Decimal138720.820.8900.72244.698015.69
HexD8485259048f55010
Octal1510110122131011036512020
Binary110110001001000101001010110010100100011110101101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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