Html Css Color HEX #0B615D Mosque

📋 copy color: '#0B615D'

red 11 ◦ green 97 ◦ blue 93

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

Shades of Mosque #0B615D

Tints of Mosque #0B615D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 48.26%

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

R = 5.47%
G = 48.26%
B = 46.27%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#0B615D (or 0x0B615D) is known color: Mosque. HEX triplet: 0B, 61 and 5D. RGB value is (11,97,93). Sum of RGB (Red+Green+Blue) = 11+97+93=201 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.47% from 201); Green value is 97 (38.28% from 255 or 48.26% from 201); Blue value is 93 (36.72% from 255 or 46.27% from 201); Max value from RGB is 97 - color contains mainly: green. Hex color #0B615D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B615D is #F49EA2. Grayscale: #464646. Windows color (decimal): -16031395 or 6119691. OLE color: 6119691.

HSL color Cylindrical-coordinate representation of color #0B615D: hue angle of 177.21º degrees, saturation: 0.8, 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 #0B615D is Cyan = 0.89, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB 11 97 93 -
CMYK 0.89 0 0.04 0.62
HSL 177.21º 0.8% 0.21% -
HSV(B) 177.21º 0.89% 0.38% -
XYZ 6.39 9.41 11.84 -
YUV 70.83 140.51 85.33 -
System Red Green Blue C M Y K H S L
Decimal 11 97 93 0.89 0 0.04 0.62 177.21 0.8 0.21
Hex B 61 5D 59 0 4 3E B1 50 15
Octal 13 141 135 131 0 4 76 261 120 25
Binary 1011 1100001 1011101 1011001 0 100 111110 10110001 1010000 10101

Color Harmonies of #0B615D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B615D

Black with #0B615D

Text Example


Text Example

White with #0B615D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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