#0B605D

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

Shades of Mosque #0B605D

Tints of Mosque #0B605D

Color information

#0B605D (or 0x0B605D) is unknown color: approx Mosque. HEX triplet: 0B, 60 and 5D. RGB value is (11,96,93). Sum of RGB (Red+Green+Blue) = 11+96+93=200 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.5% from 200); Green value is 96 (37.89% from 255 or 48% from 200); Blue value is 93 (36.72% from 255 or 46.5% from 200); Max value from RGB is 96 - color contains mainly: green. Hex color #0B605D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B605D is #F49FA2. Grayscale: #464646. Windows color (decimal): -16031651 or 6119435. OLE color: 6119435.

HSL color Cylindrical-coordinate representation of color #0B605D: hue angle of 177.88º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B605D is Cyan = 0.89, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB119693-
CMYK0.8900.030.62
HSL177.88º79.44%20.98%-
HSV(B)177.88º88.54%37.65%-
XYZ6.39.2311.81-
YUV70.24140.8485.74-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.5%
GREEN value IS 96 (37.89% from 255) = 48%
BLUE value IS 93 (36.72% from 255) = 46.5%
R=5.5%
G=48%
B=46.5%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1196930.8900.030.62177.8879.4420.98
HexB605D59033Eb24f15
Octal13140135131037626211725
Binary101111000001011101101100101111111010110010100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B605D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,96,93); }

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

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

 a { background-color: rgb(11,96,93); }

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

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

 span { border-color: rgb(11,96,93); }

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