#0E6F84

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

Shades of Allports #0E6F84

Tints of Allports #0E6F84

Color information

#0E6F84 (or 0x0E6F84) is unknown color: approx Allports. HEX triplet: 0E, 6F and 84. RGB value is (14,111,132). Sum of RGB (Red+Green+Blue) = 14+111+132=257 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.45% from 257); Green value is 111 (43.75% from 255 or 43.19% from 257); Blue value is 132 (51.95% from 255 or 51.36% from 257); Max value from RGB is 132 - color contains mainly: blue. Hex color #0E6F84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E6F84 is #F1907B. Grayscale: #545454. Windows color (decimal): -15831164 or 8679182. OLE color: 8679182.

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

Color convert

RGB14111132-
CMYK0.890.1600.48
HSL190.68º80.82%28.63%-
HSV(B)190.68º89.39%51.76%-
XYZ10.0313.1323.84-
YUV84.39154.8677.79-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.45%
GREEN value IS 111 (43.75% from 255) = 43.19%
BLUE value IS 132 (51.95% from 255) = 51.36%
R=5.45%
G=43.19%
B=51.36%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal141111320.890.1600.48190.6880.8228.63
HexE6F845910030bf511d
Octal161572041312006027712135
Binary1110110111110000100101100110000011000010111111101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E6F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,111,132); }

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

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

 a { background-color: rgb(14,111,132); }

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

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

 span { border-color: rgb(14,111,132); }

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