#0F074E

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

Shades of Paua #0F074E

Tints of Paua #0F074E

Color information

#0F074E (or 0x0F074E) is unknown color: approx Paua. HEX triplet: 0F, 07 and 4E. RGB value is (15,7,78). Sum of RGB (Red+Green+Blue) = 15+7+78=100 (13% of max value = 765). Red value is 15 (6.25% from 255 or 15% from 100); Green value is 7 (3.12% from 255 or 7% from 100); Blue value is 78 (30.86% from 255 or 78% from 100); Max value from RGB is 78 - color contains mainly: blue. Hex color #0F074E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F074E is #F0F8B1. Grayscale: #111111. Windows color (decimal): -15792306 or 5113615. OLE color: 5113615.

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

Color convert

RGB15778-
CMYK0.810.9100.69
HSL246.76º83.53%16.67%-
HSV(B)246.76º91.03%30.59%-
XYZ1.650.87.28-
YUV17.49162.15126.23-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal157780.810.9100.69246.7683.5316.67
HexF74E515B045f75411
Octal177116121133010536712421
Binary11111111001110101000110110110100010111110111101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F074E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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