#0F0F4E

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

Shades of Paua #0F0F4E

Tints of Paua #0F0F4E

Color information

#0F0F4E (or 0x0F0F4E) is unknown color: approx Paua. HEX triplet: 0F, 0F and 4E. RGB value is (15,15,78). Sum of RGB (Red+Green+Blue) = 15+15+78=108 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.89% from 108); Green value is 15 (6.25% from 255 or 13.89% from 108); Blue value is 78 (30.86% from 255 or 72.22% from 108); Max value from RGB is 78 - color contains mainly: blue. Hex color #0F0F4E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0F4E is #F0F0B1. Grayscale: #151515. Windows color (decimal): -15790258 or 5115663. OLE color: 5115663.

HSL color Cylindrical-coordinate representation of color #0F0F4E: hue angle of 240º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F0F4E is Cyan = 0.81, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB151578-
CMYK0.810.8100.69
HSL240º67.74%18.24%-
HSV(B)240º80.77%30.59%-
XYZ1.740.997.31-
YUV22.18159.5122.88-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.89%
GREEN value IS 15 (6.25% from 255) = 13.89%
BLUE value IS 78 (30.86% from 255) = 72.22%
R=13.89%
G=13.89%
B=72.22%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1515780.810.8100.6924067.7418.24
HexFF4E5151045f04412
Octal1717116121121010536010422
Binary111111111001110101000110100010100010111110000100010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,15,78); }

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

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

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

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

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

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

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