#0F0948

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

Shades of Paua #0F0948

Tints of Paua #0F0948

Color information

#0F0948 (or 0x0F0948) is unknown color: approx Paua. HEX triplet: 0F, 09 and 48. RGB value is (15,9,72). Sum of RGB (Red+Green+Blue) = 15+9+72=96 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.62% from 96); Green value is 9 (3.91% from 255 or 9.38% from 96); Blue value is 72 (28.52% from 255 or 75% from 96); Max value from RGB is 72 - color contains mainly: blue. Hex color #0F0948 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0948 is #F0F6B7. Grayscale: #111111. Windows color (decimal): -15791800 or 4720911. OLE color: 4720911.

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

Color convert

RGB15972-
CMYK0.790.8800.72
HSL245.71º77.78%15.88%-
HSV(B)245.71º87.5%28.24%-
XYZ1.460.766.2-
YUV17.98158.49125.88-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 15.62%
GREEN value IS 9 (3.91% from 255) = 9.38%
BLUE value IS 72 (28.52% from 255) = 75%
R=15.62%
G=9.38%
B=75%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal159720.790.8800.72245.7177.7815.88
HexF9484F58048f64e10
Octal1711110117130011036611620
Binary111110011001000100111110110000100100011110110100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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