#0E555B

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

Shades of Mosque #0E555B

Tints of Mosque #0E555B

Color information

#0E555B (or 0x0E555B) is unknown color: approx Mosque. HEX triplet: 0E, 55 and 5B. RGB value is (14,85,91). Sum of RGB (Red+Green+Blue) = 14+85+91=190 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.37% from 190); Green value is 85 (33.59% from 255 or 44.74% from 190); Blue value is 91 (35.94% from 255 or 47.89% from 190); Max value from RGB is 91 - color contains mainly: blue. Hex color #0E555B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E555B is #F1AAA4. Grayscale: #404040. Windows color (decimal): -15837861 or 5985550. OLE color: 5985550.

HSL color Cylindrical-coordinate representation of color #0E555B: hue angle of 184.68º degrees, saturation: 0.73, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0E555B is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB148591-
CMYK0.850.0700.64
HSL184.68º73.33%20.59%-
HSV(B)184.68º84.62%35.69%-
XYZ5.327.3511.04-
YUV64.46142.9892.01-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.37%
GREEN value IS 85 (33.59% from 255) = 44.74%
BLUE value IS 91 (35.94% from 255) = 47.89%
R=7.37%
G=44.74%
B=47.89%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1485910.850.0700.64184.6873.3320.59
HexE555B557040b94915
Octal161251331257010027111125
Binary11101010101101101110101011110100000010111001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E555B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,85,91); }

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

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

 a { background-color: rgb(14,85,91); }

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

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

 span { border-color: rgb(14,85,91); }

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