#0E444B

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

Shades of Cyprus #0E444B

Tints of Cyprus #0E444B

Color information

#0E444B (or 0x0E444B) is unknown color: approx Cyprus. HEX triplet: 0E, 44 and 4B. RGB value is (14,68,75). Sum of RGB (Red+Green+Blue) = 14+68+75=157 (20% of max value = 765). Red value is 14 (5.86% from 255 or 8.92% from 157); Green value is 68 (26.95% from 255 or 43.31% from 157); Blue value is 75 (29.69% from 255 or 47.77% from 157); Max value from RGB is 75 - color contains mainly: blue. Hex color #0E444B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E444B is #F1BBB4. Grayscale: #343434. Windows color (decimal): -15842229 or 4932622. OLE color: 4932622.

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

Color convert

RGB146875-
CMYK0.810.0900.71
HSL186.89º68.54%17.45%-
HSV(B)186.89º81.33%29.41%-
XYZ3.524.747.39-
YUV52.65140.61100.43-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.92%
GREEN value IS 68 (26.95% from 255) = 43.31%
BLUE value IS 75 (29.69% from 255) = 47.77%
R=8.92%
G=43.31%
B=47.77%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1468750.810.0900.71186.8968.5417.45
HexE444B519047bb4511
Octal1610411312111010727310521
Binary111010001001001011101000110010100011110111011100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E444B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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