#0F0444

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

Shades of Paua #0F0444

Tints of Paua #0F0444

Color information

#0F0444 (or 0x0F0444) is unknown color: approx Paua. HEX triplet: 0F, 04 and 44. RGB value is (15,4,68). Sum of RGB (Red+Green+Blue) = 15+4+68=87 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.24% from 87); Green value is 4 (1.95% from 255 or 4.60% from 87); Blue value is 68 (26.95% from 255 or 78.16% from 87); Max value from RGB is 68 - color contains mainly: blue. Hex color #0F0444 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0444 is #F0FBBB. Grayscale: #0E0E0E. Windows color (decimal): -15793084 or 4457487. OLE color: 4457487.

HSL color Cylindrical-coordinate representation of color #0F0444: hue angle of 250.31º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F0444 is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB15468-
CMYK0.780.9400.73
HSL250.31º88.89%14.12%-
HSV(B)250.31º94.12%26.67%-
XYZ1.280.615.52-
YUV14.58158.14128.3-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 17.24%
GREEN value IS 4 (1.95% from 255) = 4.60%
BLUE value IS 68 (26.95% from 255) = 78.16%
R=17.24%
G=4.60%
B=78.16%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal154680.780.9400.73250.3188.8914.12
HexF4444E5E049fa59e
Octal174104116136011137213116
Binary1111100100010010011101011110010010011111101010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,4,68); }

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

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

 a { background-color: rgb(15,4,68); }

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

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

 span { border-color: rgb(15,4,68); }

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