#0F0546

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

Shades of Paua #0F0546

Tints of Paua #0F0546

Color information

#0F0546 (or 0x0F0546) is unknown color: approx Paua. HEX triplet: 0F, 05 and 46. RGB value is (15,5,70). Sum of RGB (Red+Green+Blue) = 15+5+70=90 (11% of max value = 765). Red value is 15 (6.25% from 255 or 16.67% from 90); Green value is 5 (2.34% from 255 or 5.56% from 90); Blue value is 70 (27.73% from 255 or 77.78% from 90); Max value from RGB is 70 - color contains mainly: blue. Hex color #0F0546 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0546 is #F0FAB9. Grayscale: #0F0F0F. Windows color (decimal): -15792826 or 4588815. OLE color: 4588815.

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

Color convert

RGB15570-
CMYK0.790.9300.73
HSL249.23º86.67%14.71%-
HSV(B)249.23º92.86%27.45%-
XYZ1.360.655.85-
YUV15.4158.81127.71-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 16.67%
GREEN value IS 5 (2.34% from 255) = 5.56%
BLUE value IS 70 (27.73% from 255) = 77.78%
R=16.67%
G=5.56%
B=77.78%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal155700.790.9300.73249.2386.6714.71
HexF5464F5D049f957f
Octal175106117135011137112717
Binary1111101100011010011111011101010010011111100110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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