#0E034C

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

Shades of Paua #0E034C

Tints of Paua #0E034C

Color information

#0E034C (or 0x0E034C) is unknown color: approx Paua. HEX triplet: 0E, 03 and 4C. RGB value is (14,3,76). Sum of RGB (Red+Green+Blue) = 14+3+76=93 (12% of max value = 765). Red value is 14 (5.86% from 255 or 15.05% from 93); Green value is 3 (1.56% from 255 or 3.23% from 93); Blue value is 76 (30.08% from 255 or 81.72% from 93); Max value from RGB is 76 - color contains mainly: blue. Hex color #0E034C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E034C is #F1FCB3. Grayscale: #0E0E0E. Windows color (decimal): -15858868 or 4981518. OLE color: 4981518.

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

Color convert

RGB14376-
CMYK0.820.9600.70
HSL249.04º92.41%15.49%-
HSV(B)249.04º96.05%29.8%-
XYZ1.520.686.89-
YUV14.61162.64127.56-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 15.05%
GREEN value IS 3 (1.56% from 255) = 3.23%
BLUE value IS 76 (30.08% from 255) = 81.72%
R=15.05%
G=3.23%
B=81.72%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal143760.820.9600.70249.0492.4115.49
HexE34C5260046f95cf
Octal163114122140010637113417
Binary111011100110010100101100000010001101111100110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E034C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,3,76); }

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

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

 a { background-color: rgb(14,3,76); }

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

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

 span { border-color: rgb(14,3,76); }

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