#0F0D46

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

Shades of Paua #0F0D46

Tints of Paua #0F0D46

Color information

#0F0D46 (or 0x0F0D46) is unknown color: approx Paua. HEX triplet: 0F, 0D and 46. RGB value is (15,13,70). Sum of RGB (Red+Green+Blue) = 15+13+70=98 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.31% from 98); Green value is 13 (5.47% from 255 or 13.27% from 98); Blue value is 70 (27.73% from 255 or 71.43% from 98); Max value from RGB is 70 - color contains mainly: blue. Hex color #0F0D46 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0D46 is #F0F2B9. Grayscale: #131313. Windows color (decimal): -15790778 or 4590863. OLE color: 4590863.

HSL color Cylindrical-coordinate representation of color #0F0D46: hue angle of 242.11º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F0D46 is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB151370-
CMYK0.790.8100.73
HSL242.11º68.67%16.27%-
HSV(B)242.11º81.43%27.45%-
XYZ1.450.835.88-
YUV20.1156.16124.37-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 15.31%
GREEN value IS 13 (5.47% from 255) = 13.27%
BLUE value IS 70 (27.73% from 255) = 71.43%
R=15.31%
G=13.27%
B=71.43%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1513700.790.8100.73242.1168.6716.27
HexFD464F51049f24510
Octal1715106117121011136210520
Binary111111011000110100111110100010100100111110010100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,13,70); }

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

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

 a { background-color: rgb(15,13,70); }

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

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

 span { border-color: rgb(15,13,70); }

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