#0F054E

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

Shades of Paua #0F054E

Tints of Paua #0F054E

Color information

#0F054E (or 0x0F054E) is unknown color: approx Paua. HEX triplet: 0F, 05 and 4E. RGB value is (15,5,78). Sum of RGB (Red+Green+Blue) = 15+5+78=98 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.31% from 98); Green value is 5 (2.34% from 255 or 5.10% from 98); Blue value is 78 (30.86% from 255 or 79.59% from 98); Max value from RGB is 78 - color contains mainly: blue. Hex color #0F054E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F054E is #F0FAB1. Grayscale: #101010. Windows color (decimal): -15792818 or 5113103. OLE color: 5113103.

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

Color convert

RGB15578-
CMYK0.810.9400.69
HSL248.22º87.95%16.27%-
HSV(B)248.22º93.59%30.59%-
XYZ1.630.767.27-
YUV16.31162.81127.06-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 15.31%
GREEN value IS 5 (2.34% from 255) = 5.10%
BLUE value IS 78 (30.86% from 255) = 79.59%
R=15.31%
G=5.10%
B=79.59%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal155780.810.9400.69248.2287.9516.27
HexF54E515E045f85810
Octal175116121136010537013020
Binary11111011001110101000110111100100010111111000101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F054E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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