#0F0548

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

Shades of Paua #0F0548

Tints of Paua #0F0548

Color information

#0F0548 (or 0x0F0548) is unknown color: approx Paua. HEX triplet: 0F, 05 and 48. RGB value is (15,5,72). Sum of RGB (Red+Green+Blue) = 15+5+72=92 (12% of max value = 765). Red value is 15 (6.25% from 255 or 16.30% from 92); Green value is 5 (2.34% from 255 or 5.43% from 92); Blue value is 72 (28.52% from 255 or 78.26% from 92); Max value from RGB is 72 - color contains mainly: blue. Hex color #0F0548 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0548 is #F0FAB7. Grayscale: #0F0F0F. Windows color (decimal): -15792824 or 4719887. OLE color: 4719887.

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

Color convert

RGB15572-
CMYK0.790.9300.72
HSL248.96º87.01%15.1%-
HSV(B)248.96º93.06%28.24%-
XYZ1.420.686.19-
YUV15.63159.81127.55-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 16.30%
GREEN value IS 5 (2.34% from 255) = 5.43%
BLUE value IS 72 (28.52% from 255) = 78.26%
R=16.30%
G=5.43%
B=78.26%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal155720.790.9300.72248.9687.0115.1
HexF5484F5D048f957f
Octal175110117135011037112717
Binary1111101100100010011111011101010010001111100110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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