#0F054C

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

Shades of Paua #0F054C

Tints of Paua #0F054C

Color information

#0F054C (or 0x0F054C) is unknown color: approx Paua. HEX triplet: 0F, 05 and 4C. RGB value is (15,5,76). Sum of RGB (Red+Green+Blue) = 15+5+76=96 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.62% from 96); Green value is 5 (2.34% from 255 or 5.21% from 96); Blue value is 76 (30.08% from 255 or 79.17% from 96); Max value from RGB is 76 - color contains mainly: blue. Hex color #0F054C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F054C is #F0FAB3. Grayscale: #0F0F0F. Windows color (decimal): -15792820 or 4982031. OLE color: 4982031.

HSL color Cylindrical-coordinate representation of color #0F054C: hue angle of 248.45º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F054C is Cyan = 0.80, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB15576-
CMYK0.800.9300.70
HSL248.45º87.65%15.88%-
HSV(B)248.45º93.42%29.8%-
XYZ1.560.736.9-
YUV16.08161.81127.23-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 15.62%
GREEN value IS 5 (2.34% from 255) = 5.21%
BLUE value IS 76 (30.08% from 255) = 79.17%
R=15.62%
G=5.21%
B=79.17%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal155760.800.9300.70248.4587.6515.88
HexF54C505D046f85810
Octal175114120135010637013020
Binary11111011001100101000010111010100011011111000101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F054C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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