#0F0847

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

Shades of Paua #0F0847

Tints of Paua #0F0847

Color information

#0F0847 (or 0x0F0847) is unknown color: approx Paua. HEX triplet: 0F, 08 and 47. RGB value is (15,8,71). Sum of RGB (Red+Green+Blue) = 15+8+71=94 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.96% from 94); Green value is 8 (3.52% from 255 or 8.51% from 94); Blue value is 71 (28.12% from 255 or 75.53% from 94); Max value from RGB is 71 - color contains mainly: blue. Hex color #0F0847 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0847 is #F0F7B8. Grayscale: #111111. Windows color (decimal): -15792057 or 4655119. OLE color: 4655119.

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

Color convert

RGB15871-
CMYK0.790.8900.72
HSL246.67º79.75%15.49%-
HSV(B)246.67º88.73%27.84%-
XYZ1.420.736.03-
YUV17.27158.32126.38-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 15.96%
GREEN value IS 8 (3.52% from 255) = 8.51%
BLUE value IS 71 (28.12% from 255) = 75.53%
R=15.96%
G=8.51%
B=75.53%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal158710.790.8900.72246.6779.7515.49
HexF8474F59048f750f
Octal1710107117131011036712017
Binary11111000100011110011111011001010010001111011110100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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