#0F054A

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

Shades of Paua #0F054A

Tints of Paua #0F054A

Color information

#0F054A (or 0x0F054A) is unknown color: approx Paua. HEX triplet: 0F, 05 and 4A. RGB value is (15,5,74). Sum of RGB (Red+Green+Blue) = 15+5+74=94 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.96% from 94); Green value is 5 (2.34% from 255 or 5.32% from 94); Blue value is 74 (29.30% from 255 or 78.72% from 94); Max value from RGB is 74 - color contains mainly: blue. Hex color #0F054A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F054A is #F0FAB5. Grayscale: #0F0F0F. Windows color (decimal): -15792822 or 4850959. OLE color: 4850959.

HSL color Cylindrical-coordinate representation of color #0F054A: hue angle of 248.7º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F054A is Cyan = 0.80, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB15574-
CMYK0.800.9300.71
HSL248.7º87.34%15.49%-
HSV(B)248.7º93.24%29.02%-
XYZ1.490.76.54-
YUV15.86160.81127.39-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 15.96%
GREEN value IS 5 (2.34% from 255) = 5.32%
BLUE value IS 74 (29.30% from 255) = 78.72%
R=15.96%
G=5.32%
B=78.72%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal155740.800.9300.71248.787.3415.49
HexF54A505D047f957f
Octal175112120135010737112717
Binary1111101100101010100001011101010001111111100110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F054A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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