#0F004C

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

Shades of Paua #0F004C

Tints of Paua #0F004C

Color information

#0F004C (or 0x0F004C) is unknown color: approx Paua. HEX triplet: 0F, 00 and 4C. RGB value is (15,0,76). Sum of RGB (Red+Green+Blue) = 15+0+76=91 (12% of max value = 765). Red value is 15 (6.25% from 255 or 16.48% from 91); Green value is 0 (0.39% from 255 or 0% from 91); Blue value is 76 (30.08% from 255 or 83.52% from 91); Max value from RGB is 76 - color contains mainly: blue. Hex color #0F004C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F004C is #F0FFB3. Grayscale: #0C0C0C. Windows color (decimal): -15794100 or 4980751. OLE color: 4980751.

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

Color convert

RGB15076-
CMYK0.80100.70
HSL251.84º100%14.9%-
HSV(B)251.84º100%29.8%-
XYZ1.50.626.88-
YUV13.15163.47129.32-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 16.48%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 76 (30.08% from 255) = 83.52%
R=16.48%
G=0%
B=83.52%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal150760.80100.70251.8410014.9
HexF04C5064046fc64f
Octal170114120144010637414417
Binary11110100110010100001100100010001101111110011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F004C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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