Html Css Color HEX #0B595D Mosque

📋 copy color: '#0B595D'

red 11 ◦ green 89 ◦ blue 93

#0B595D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mosque #0B595D

Tints of Mosque #0B595D

RGB

 RED value IS 11 (4.69% from 255) = 5.7%

 GREEN value IS 89 (35.16% from 255) = 46.11%

 BLUE value IS 93 (36.72% from 255) = 48.19%

R = 5.7%
G = 46.11%
B = 48.19%

CMYK

 C value IS 0.88

 M value IS 0.04

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0B595D (or 0x0B595D) is known color: Mosque. HEX triplet: 0B, 59 and 5D. RGB value is (11,89,93). Sum of RGB (Red+Green+Blue) = 11+89+93=193 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.70% from 193); Green value is 89 (35.16% from 255 or 46.11% from 193); Blue value is 93 (36.72% from 255 or 48.19% from 193); Max value from RGB is 93 - color contains mainly: blue. Hex color #0B595D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B595D is #F4A6A2. Grayscale: #424242. Windows color (decimal): -16033443 or 6117643. OLE color: 6117643.

HSL color Cylindrical-coordinate representation of color #0B595D: hue angle of 182.93º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B595D is Cyan = 0.88, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 11 89 93 -
CMYK 0.88 0.04 0 0.64
HSL 182.93º 0.79% 0.2% -
HSV(B) 182.93º 0.88% 0.36% -
XYZ 5.69 8.01 11.6 -
YUV 66.13 143.16 88.67 -
System Red Green Blue C M Y K H S L
Decimal 11 89 93 0.88 0.04 0 0.64 182.93 0.79 0.2
Hex B 59 5D 58 4 0 40 B7 4F 14
Octal 13 131 135 130 4 0 100 267 117 24
Binary 1011 1011001 1011101 1011000 100 0 1000000 10110111 1001111 10100

Color Harmonies of #0B595D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B595D

Black with #0B595D

Text Example


Text Example

White with #0B595D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0B595D;
 }
 .AnyTagClassName
 {
   color: #0B595D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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