#0F094D

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

Shades of Paua #0F094D

Tints of Paua #0F094D

Color information

#0F094D (or 0x0F094D) is unknown color: approx Paua. HEX triplet: 0F, 09 and 4D. RGB value is (15,9,77). Sum of RGB (Red+Green+Blue) = 15+9+77=101 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.85% from 101); Green value is 9 (3.91% from 255 or 8.91% from 101); Blue value is 77 (30.47% from 255 or 76.24% from 101); Max value from RGB is 77 - color contains mainly: blue. Hex color #0F094D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F094D is #F0F6B2. Grayscale: #121212. Windows color (decimal): -15791795 or 5048591. OLE color: 5048591.

HSL color Cylindrical-coordinate representation of color #0F094D: hue angle of 245.29º 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 #0F094D is Cyan = 0.81, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB15977-
CMYK0.810.8800.70
HSL245.29º79.07%16.86%-
HSV(B)245.29º88.31%30.2%-
XYZ1.630.837.1-
YUV18.55160.99125.47-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 14.85%
GREEN value IS 9 (3.91% from 255) = 8.91%
BLUE value IS 77 (30.47% from 255) = 76.24%
R=14.85%
G=8.91%
B=76.24%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal159770.810.8800.70245.2979.0716.86
HexF94D5158046f54f11
Octal1711115121130010636511721
Binary111110011001101101000110110000100011011110101100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F094D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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