#0F0940

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

Shades of Paua #0F0940

Tints of Paua #0F0940

Color information

#0F0940 (or 0x0F0940) is unknown color: approx Paua. HEX triplet: 0F, 09 and 40. RGB value is (15,9,64). Sum of RGB (Red+Green+Blue) = 15+9+64=88 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.05% from 88); Green value is 9 (3.91% from 255 or 10.23% from 88); Blue value is 64 (25.39% from 255 or 72.73% from 88); Max value from RGB is 64 - color contains mainly: blue. Hex color #0F0940 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0940 is #F0F6BF. Grayscale: #101010. Windows color (decimal): -15791808 or 4196623. OLE color: 4196623.

HSL color Cylindrical-coordinate representation of color #0F0940: hue angle of 246.55º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F0940 is Cyan = 0.77, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB15964-
CMYK0.770.8600.75
HSL246.55º75.34%14.31%-
HSV(B)246.55º85.94%25.1%-
XYZ1.220.674.91-
YUV17.06154.49126.53-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 17.05%
GREEN value IS 9 (3.91% from 255) = 10.23%
BLUE value IS 64 (25.39% from 255) = 72.73%
R=17.05%
G=10.23%
B=72.73%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal159640.770.8600.75246.5575.3414.31
HexF9404D5604Bf74be
Octal1711100115126011336711316
Binary11111001100000010011011010110010010111111011110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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