#0E064B

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

Shades of Paua #0E064B

Tints of Paua #0E064B

Color information

#0E064B (or 0x0E064B) is unknown color: approx Paua. HEX triplet: 0E, 06 and 4B. RGB value is (14,6,75). Sum of RGB (Red+Green+Blue) = 14+6+75=95 (12% of max value = 765). Red value is 14 (5.86% from 255 or 14.74% from 95); Green value is 6 (2.73% from 255 or 6.32% from 95); Blue value is 75 (29.69% from 255 or 78.95% from 95); Max value from RGB is 75 - color contains mainly: blue. Hex color #0E064B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E064B is #F1F9B4. Grayscale: #0F0F0F. Windows color (decimal): -15858101 or 4916750. OLE color: 4916750.

HSL color Cylindrical-coordinate representation of color #0E064B: hue angle of 246.96º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E064B is Cyan = 0.81, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB14675-
CMYK0.810.9200.71
HSL246.96º85.19%15.88%-
HSV(B)246.96º92%29.41%-
XYZ1.520.736.72-
YUV16.26161.15126.39-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 14.74%
GREEN value IS 6 (2.73% from 255) = 6.32%
BLUE value IS 75 (29.69% from 255) = 78.95%
R=14.74%
G=6.32%
B=78.95%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal146750.810.9200.71246.9685.1915.88
HexE64B515C047f75510
Octal166113121134010736712520
Binary11101101001011101000110111000100011111110111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E064B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,6,75); }

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

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

 a { background-color: rgb(14,6,75); }

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

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

 span { border-color: rgb(14,6,75); }

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