#0F064E

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

Shades of Paua #0F064E

Tints of Paua #0F064E

Color information

#0F064E (or 0x0F064E) is unknown color: approx Paua. HEX triplet: 0F, 06 and 4E. RGB value is (15,6,78). Sum of RGB (Red+Green+Blue) = 15+6+78=99 (13% of max value = 765). Red value is 15 (6.25% from 255 or 15.15% from 99); Green value is 6 (2.73% from 255 or 6.06% from 99); Blue value is 78 (30.86% from 255 or 78.79% from 99); Max value from RGB is 78 - color contains mainly: blue. Hex color #0F064E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F064E is #F0F9B1. Grayscale: #101010. Windows color (decimal): -15792562 or 5113359. OLE color: 5113359.

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

Color convert

RGB15678-
CMYK0.810.9200.69
HSL247.5º85.71%16.47%-
HSV(B)247.5º92.31%30.59%-
XYZ1.640.787.27-
YUV16.9162.48126.65-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 15.15%
GREEN value IS 6 (2.73% from 255) = 6.06%
BLUE value IS 78 (30.86% from 255) = 78.79%
R=15.15%
G=6.06%
B=78.79%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal156780.810.9200.69247.585.7116.47
HexF64E515C045f85610
Octal176116121134010537012620
Binary11111101001110101000110111000100010111111000101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F064E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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