#0F0D48

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

Shades of Paua #0F0D48

Tints of Paua #0F0D48

Color information

#0F0D48 (or 0x0F0D48) is unknown color: approx Paua. HEX triplet: 0F, 0D and 48. RGB value is (15,13,72). Sum of RGB (Red+Green+Blue) = 15+13+72=100 (13% of max value = 765). Red value is 15 (6.25% from 255 or 15% from 100); Green value is 13 (5.47% from 255 or 13% from 100); Blue value is 72 (28.52% from 255 or 72% from 100); Max value from RGB is 72 - color contains mainly: blue. Hex color #0F0D48 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0D48 is #F0F2B7. Grayscale: #141414. Windows color (decimal): -15790776 or 4721935. OLE color: 4721935.

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

Color convert

RGB151372-
CMYK0.790.8200.72
HSL242.03º69.41%16.67%-
HSV(B)242.03º81.94%28.24%-
XYZ1.510.866.22-
YUV20.32157.16124.2-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 15%
GREEN value IS 13 (5.47% from 255) = 13%
BLUE value IS 72 (28.52% from 255) = 72%
R=15%
G=13%
B=72%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1513720.790.8200.72242.0369.4116.67
HexFD484F52048f24511
Octal1715110117122011036210521
Binary111111011001000100111110100100100100011110010100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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