#0F064B

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

Shades of Paua #0F064B

Tints of Paua #0F064B

Color information

#0F064B (or 0x0F064B) is unknown color: approx Paua. HEX triplet: 0F, 06 and 4B. RGB value is (15,6,75). Sum of RGB (Red+Green+Blue) = 15+6+75=96 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.62% from 96); Green value is 6 (2.73% from 255 or 6.25% from 96); Blue value is 75 (29.69% from 255 or 78.12% from 96); Max value from RGB is 75 - color contains mainly: blue. Hex color #0F064B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F064B is #F0F9B4. Grayscale: #101010. Windows color (decimal): -15792565 or 4916751. OLE color: 4916751.

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

Color convert

RGB15675-
CMYK0.800.9200.71
HSL247.83º85.19%15.88%-
HSV(B)247.83º92%29.41%-
XYZ1.530.746.72-
YUV16.56160.98126.89-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 15.62%
GREEN value IS 6 (2.73% from 255) = 6.25%
BLUE value IS 75 (29.69% from 255) = 78.12%
R=15.62%
G=6.25%
B=78.12%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal156750.800.9200.71247.8385.1915.88
HexF64B505C047f85510
Octal176113120134010737012520
Binary11111101001011101000010111000100011111111000101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F064B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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