#0F0848

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

Shades of Paua #0F0848

Tints of Paua #0F0848

Color information

#0F0848 (or 0x0F0848) is unknown color: approx Paua. HEX triplet: 0F, 08 and 48. RGB value is (15,8,72). Sum of RGB (Red+Green+Blue) = 15+8+72=95 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.79% from 95); Green value is 8 (3.52% from 255 or 8.42% from 95); Blue value is 72 (28.52% from 255 or 75.79% from 95); Max value from RGB is 72 - color contains mainly: blue. Hex color #0F0848 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0848 is #F0F7B7. Grayscale: #111111. Windows color (decimal): -15792056 or 4720655. OLE color: 4720655.

HSL color Cylindrical-coordinate representation of color #0F0848: hue angle of 246.56º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F0848 is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB15872-
CMYK0.790.8900.72
HSL246.56º80%15.69%-
HSV(B)246.56º88.89%28.24%-
XYZ1.450.746.2-
YUV17.39158.82126.3-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 15.79%
GREEN value IS 8 (3.52% from 255) = 8.42%
BLUE value IS 72 (28.52% from 255) = 75.79%
R=15.79%
G=8.42%
B=75.79%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal158720.790.8900.72246.568015.69
HexF8484F59048f75010
Octal1710110117131011036712020
Binary111110001001000100111110110010100100011110111101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,8,72); }

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

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

 a { background-color: rgb(15,8,72); }

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

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

 span { border-color: rgb(15,8,72); }

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