Html Css Color HEX #0B584C Mosque

📋 copy color: '#0B584C'

red 11 ◦ green 88 ◦ blue 76

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

Shades of Mosque #0B584C

Tints of Mosque #0B584C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 50.29%

 BLUE value IS 76 (30.08% from 255) = 43.43%

R = 6.29%
G = 50.29%
B = 43.43%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.14

 K value IS 0.65

RGB Variations

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

Color information

#0B584C (or 0x0B584C) is known color: Mosque. HEX triplet: 0B, 58 and 4C. RGB value is (11,88,76). Sum of RGB (Red+Green+Blue) = 11+88+76=175 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.29% from 175); Green value is 88 (34.77% from 255 or 50.29% from 175); Blue value is 76 (30.08% from 255 or 43.43% from 175); Max value from RGB is 88 - color contains mainly: green. Hex color #0B584C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B584C is #F4A7B3. Grayscale: #3F3F3F. Windows color (decimal): -16033716 or 5003275. OLE color: 5003275.

HSL color Cylindrical-coordinate representation of color #0B584C: hue angle of 170.65º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B584C is Cyan = 0.88, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.65.

Color convert

RGB 11 88 76 -
CMYK 0.88 0 0.14 0.65
HSL 170.65º 0.78% 0.19% -
HSV(B) 170.65º 0.88% 0.35% -
XYZ 4.93 7.57 8.04 -
YUV 63.61 134.99 90.48 -
System Red Green Blue C M Y K H S L
Decimal 11 88 76 0.88 0 0.14 0.65 170.65 0.78 0.19
Hex B 58 4C 58 0 E 41 AB 4E 13
Octal 13 130 114 130 0 16 101 253 116 23
Binary 1011 1011000 1001100 1011000 0 1110 1000001 10101011 1001110 10011

Color Harmonies of #0B584C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B584C

Black with #0B584C

Text Example


Text Example

White with #0B584C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,88,76); }

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

background-color css

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

 a { background-color: rgb(11,88,76); }

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

border-color css

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

 span { border-color: rgb(11,88,76); }

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