#0B635C

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

Shades of Mosque #0B635C

Tints of Mosque #0B635C

Color information

#0B635C (or 0x0B635C) is unknown color: approx Mosque. HEX triplet: 0B, 63 and 5C. RGB value is (11,99,92). Sum of RGB (Red+Green+Blue) = 11+99+92=202 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.45% from 202); Green value is 99 (39.06% from 255 or 49.01% from 202); Blue value is 92 (36.33% from 255 or 45.54% from 202); Max value from RGB is 99 - color contains mainly: green. Hex color #0B635C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B635C is #F49CA3. Grayscale: #474747. Windows color (decimal): -16030884 or 6054667. OLE color: 6054667.

HSL color Cylindrical-coordinate representation of color #0B635C: hue angle of 175.23º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B635C is Cyan = 0.89, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB119992-
CMYK0.8900.070.61
HSL175.23º80%21.57%-
HSV(B)175.23º88.89%38.82%-
XYZ6.539.7711.67-
YUV71.89139.3584.57-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.45%
GREEN value IS 99 (39.06% from 255) = 49.01%
BLUE value IS 92 (36.33% from 255) = 45.54%
R=5.45%
G=49.01%
B=45.54%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1199920.8900.070.61175.238021.57
HexB635C59073Daf5016
Octal13143134131077525712026
Binary1011110001110111001011001011111110110101111101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B635C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,99,92); }

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

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

 a { background-color: rgb(11,99,92); }

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

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

 span { border-color: rgb(11,99,92); }

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