#0F014E

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

Shades of Paua #0F014E

Tints of Paua #0F014E

Color information

#0F014E (or 0x0F014E) is unknown color: approx Paua. HEX triplet: 0F, 01 and 4E. RGB value is (15,1,78). Sum of RGB (Red+Green+Blue) = 15+1+78=94 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.96% from 94); Green value is 1 (0.78% from 255 or 1.06% from 94); Blue value is 78 (30.86% from 255 or 82.98% from 94); Max value from RGB is 78 - color contains mainly: blue. Hex color #0F014E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F014E is #F0FEB1. Grayscale: #0D0D0D. Windows color (decimal): -15793842 or 5112079. OLE color: 5112079.

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

Color convert

RGB15178-
CMYK0.810.9900.69
HSL250.91º97.47%15.49%-
HSV(B)250.91º98.72%30.59%-
XYZ1.580.677.25-
YUV13.96164.14128.74-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 15.96%
GREEN value IS 1 (0.78% from 255) = 1.06%
BLUE value IS 78 (30.86% from 255) = 82.98%
R=15.96%
G=1.06%
B=82.98%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal151780.810.9900.69250.9197.4715.49
HexF14E5163045fb61f
Octal171116121143010537314117
Binary11111100111010100011100011010001011111101111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F014E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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