#0E073E

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

Shades of Paua #0E073E

Tints of Paua #0E073E

Color information

#0E073E (or 0x0E073E) is unknown color: approx Paua. HEX triplet: 0E, 07 and 3E. RGB value is (14,7,62). Sum of RGB (Red+Green+Blue) = 14+7+62=83 (10% of max value = 765). Red value is 14 (5.86% from 255 or 16.87% from 83); Green value is 7 (3.12% from 255 or 8.43% from 83); Blue value is 62 (24.61% from 255 or 74.70% from 83); Max value from RGB is 62 - color contains mainly: blue. Hex color #0E073E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E073E is #F1F8C1. Grayscale: #0F0F0F. Windows color (decimal): -15857858 or 4065038. OLE color: 4065038.

HSL color Cylindrical-coordinate representation of color #0E073E: hue angle of 247.64º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E073E is Cyan = 0.77, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB14762-
CMYK0.770.8900.76
HSL247.64º79.71%13.53%-
HSV(B)247.64º88.71%24.31%-
XYZ1.130.594.61-
YUV15.36154.32127.03-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 16.87%
GREEN value IS 7 (3.12% from 255) = 8.43%
BLUE value IS 62 (24.61% from 255) = 74.70%
R=16.87%
G=8.43%
B=74.70%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal147620.770.8900.76247.6479.7113.53
HexE73E4D5904Cf850e
Octal16776115131011437012016
Binary111011111111010011011011001010011001111100010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E073E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,7,62); }

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

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

 a { background-color: rgb(14,7,62); }

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

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

 span { border-color: rgb(14,7,62); }

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