#0E4246

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

Shades of Cyprus #0E4246

Tints of Cyprus #0E4246

Color information

#0E4246 (or 0x0E4246) is unknown color: approx Cyprus. HEX triplet: 0E, 42 and 46. RGB value is (14,66,70). Sum of RGB (Red+Green+Blue) = 14+66+70=150 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.33% from 150); Green value is 66 (26.17% from 255 or 44% from 150); Blue value is 70 (27.73% from 255 or 46.67% from 150); Max value from RGB is 70 - color contains mainly: blue. Hex color #0E4246 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E4246 is #F1BDB9. Grayscale: #323232. Windows color (decimal): -15842746 or 4604430. OLE color: 4604430.

HSL color Cylindrical-coordinate representation of color #0E4246: hue angle of 184.29º degrees, saturation: 0.67, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0E4246 is Cyan = 0.80, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB146670-
CMYK0.800.0600.73
HSL184.29º66.67%16.47%-
HSV(B)184.29º80%27.45%-
XYZ3.234.436.48-
YUV50.91138.77101.67-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.33%
GREEN value IS 66 (26.17% from 255) = 44%
BLUE value IS 70 (27.73% from 255) = 46.67%
R=9.33%
G=44%
B=46.67%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1466700.800.0600.73184.2966.6716.47
HexE4246506049b84310
Octal161021061206011127010320
Binary11101000010100011010100001100100100110111000100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,66,70); }

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

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

 a { background-color: rgb(14,66,70); }

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

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

 span { border-color: rgb(14,66,70); }

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