#0F094C

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

Shades of Paua #0F094C

Tints of Paua #0F094C

Color information

#0F094C (or 0x0F094C) is unknown color: approx Paua. HEX triplet: 0F, 09 and 4C. RGB value is (15,9,76). Sum of RGB (Red+Green+Blue) = 15+9+76=100 (13% of max value = 765). Red value is 15 (6.25% from 255 or 15% from 100); Green value is 9 (3.91% from 255 or 9% from 100); Blue value is 76 (30.08% from 255 or 76% from 100); Max value from RGB is 76 - color contains mainly: blue. Hex color #0F094C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F094C is #F0F6B3. Grayscale: #121212. Windows color (decimal): -15791796 or 4983055. OLE color: 4983055.

HSL color Cylindrical-coordinate representation of color #0F094C: hue angle of 245.37º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F094C is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB15976-
CMYK0.800.8800.70
HSL245.37º78.82%16.67%-
HSV(B)245.37º88.16%29.8%-
XYZ1.60.826.91-
YUV18.43160.49125.55-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 15%
GREEN value IS 9 (3.91% from 255) = 9%
BLUE value IS 76 (30.08% from 255) = 76%
R=15%
G=9%
B=76%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal159760.800.8800.70245.3778.8216.67
HexF94C5058046f54f11
Octal1711114120130010636511721
Binary111110011001100101000010110000100011011110101100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F094C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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