#0F0841

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

Shades of Paua #0F0841

Tints of Paua #0F0841

Color information

#0F0841 (or 0x0F0841) is unknown color: approx Paua. HEX triplet: 0F, 08 and 41. RGB value is (15,8,65). Sum of RGB (Red+Green+Blue) = 15+8+65=88 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.05% from 88); Green value is 8 (3.52% from 255 or 9.09% from 88); Blue value is 65 (25.78% from 255 or 73.86% from 88); Max value from RGB is 65 - color contains mainly: blue. Hex color #0F0841 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0841 is #F0F7BE. Grayscale: #101010. Windows color (decimal): -15792063 or 4261903. OLE color: 4261903.

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

Color convert

RGB15865-
CMYK0.770.8800.75
HSL247.37º78.08%14.31%-
HSV(B)247.37º87.69%25.49%-
XYZ1.240.665.06-
YUV16.59155.32126.87-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 17.05%
GREEN value IS 8 (3.52% from 255) = 9.09%
BLUE value IS 65 (25.78% from 255) = 73.86%
R=17.05%
G=9.09%
B=73.86%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal158650.770.8800.75247.3778.0814.31
HexF8414D5804Bf74ee
Octal1710101115130011336711616
Binary11111000100000110011011011000010010111111011110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,8,65); }

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

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

 a { background-color: rgb(15,8,65); }

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

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

 span { border-color: rgb(15,8,65); }

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