#0F0C4E

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

Shades of Paua #0F0C4E

Tints of Paua #0F0C4E

Color information

#0F0C4E (or 0x0F0C4E) is unknown color: approx Paua. HEX triplet: 0F, 0C and 4E. RGB value is (15,12,78). Sum of RGB (Red+Green+Blue) = 15+12+78=105 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.29% from 105); Green value is 12 (5.08% from 255 or 11.43% from 105); Blue value is 78 (30.86% from 255 or 74.29% from 105); Max value from RGB is 78 - color contains mainly: blue. Hex color #0F0C4E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0C4E is #F0F3B1. Grayscale: #141414. Windows color (decimal): -15791026 or 5114895. OLE color: 5114895.

HSL color Cylindrical-coordinate representation of color #0F0C4E: hue angle of 242.73º degrees, saturation: 0.73, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F0C4E is Cyan = 0.81, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB151278-
CMYK0.810.8500.69
HSL242.73º73.33%17.65%-
HSV(B)242.73º84.62%30.59%-
XYZ1.70.917.29-
YUV20.42160.49124.13-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 14.29%
GREEN value IS 12 (5.08% from 255) = 11.43%
BLUE value IS 78 (30.86% from 255) = 74.29%
R=14.29%
G=11.43%
B=74.29%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1512780.810.8500.69242.7373.3317.65
HexFC4E5155045f34912
Octal1714116121125010536311122
Binary111111001001110101000110101010100010111110011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,12,78); }

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

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

 a { background-color: rgb(15,12,78); }

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

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

 span { border-color: rgb(15,12,78); }

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