#0F024E

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

Shades of Paua #0F024E

Tints of Paua #0F024E

Color information

#0F024E (or 0x0F024E) is unknown color: approx Paua. HEX triplet: 0F, 02 and 4E. RGB value is (15,2,78). Sum of RGB (Red+Green+Blue) = 15+2+78=95 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.79% from 95); Green value is 2 (1.17% from 255 or 2.11% from 95); Blue value is 78 (30.86% from 255 or 82.11% from 95); Max value from RGB is 78 - color contains mainly: blue. Hex color #0F024E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F024E is #F0FDB1. Grayscale: #0E0E0E. Windows color (decimal): -15793586 or 5112335. OLE color: 5112335.

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

Color convert

RGB15278-
CMYK0.810.9700.69
HSL250.26º95%15.69%-
HSV(B)250.26º97.44%30.59%-
XYZ1.590.77.26-
YUV14.55163.81128.32-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 15.79%
GREEN value IS 2 (1.17% from 255) = 2.11%
BLUE value IS 78 (30.86% from 255) = 82.11%
R=15.79%
G=2.11%
B=82.11%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal152780.810.9700.69250.269515.69
HexF24E5161045fa5f10
Octal172116121141010537213720
Binary1111101001110101000111000010100010111111010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F024E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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