#0F054B

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

Shades of Paua #0F054B

Tints of Paua #0F054B

Color information

#0F054B (or 0x0F054B) is unknown color: approx Paua. HEX triplet: 0F, 05 and 4B. RGB value is (15,5,75). Sum of RGB (Red+Green+Blue) = 15+5+75=95 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.79% from 95); Green value is 5 (2.34% from 255 or 5.26% from 95); Blue value is 75 (29.69% from 255 or 78.95% from 95); Max value from RGB is 75 - color contains mainly: blue. Hex color #0F054B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F054B is #F0FAB4. Grayscale: #0F0F0F. Windows color (decimal): -15792821 or 4916495. OLE color: 4916495.

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

Color convert

RGB15575-
CMYK0.800.9300.71
HSL248.57º87.5%15.69%-
HSV(B)248.57º93.33%29.41%-
XYZ1.520.726.72-
YUV15.97161.31127.31-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 15.79%
GREEN value IS 5 (2.34% from 255) = 5.26%
BLUE value IS 75 (29.69% from 255) = 78.95%
R=15.79%
G=5.26%
B=78.95%

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
Decimal155750.800.9300.71248.5787.515.69
HexF54B505D047f95810
Octal175113120135010737113020
Binary11111011001011101000010111010100011111111001101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F054B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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