Html Css Color HEX #0B6258 Mosque

📋 copy color: '#0B6258'

red 11 ◦ green 98 ◦ blue 88

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

Shades of Mosque #0B6258

Tints of Mosque #0B6258

RGB

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

 GREEN value IS 98 (38.67% from 255) = 49.75%

 BLUE value IS 88 (34.77% from 255) = 44.67%

R = 5.58%
G = 49.75%
B = 44.67%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#0B6258 (or 0x0B6258) is known color: Mosque. HEX triplet: 0B, 62 and 58. RGB value is (11,98,88). Sum of RGB (Red+Green+Blue) = 11+98+88=197 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.58% from 197); Green value is 98 (38.67% from 255 or 49.75% from 197); Blue value is 88 (34.77% from 255 or 44.67% from 197); Max value from RGB is 98 - color contains mainly: green. Hex color #0B6258 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6258 is #F49DA7. Grayscale: #464646. Windows color (decimal): -16031144 or 5792267. OLE color: 5792267.

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

Color convert

RGB 11 98 88 -
CMYK 0.89 0 0.10 0.62
HSL 173.1º 0.8% 0.21% -
HSV(B) 173.1º 0.89% 0.38% -
XYZ 6.27 9.51 10.74 -
YUV 70.85 137.68 85.31 -
System Red Green Blue C M Y K H S L
Decimal 11 98 88 0.89 0 0.10 0.62 173.1 0.8 0.21
Hex B 62 58 59 0 A 3E AD 50 15
Octal 13 142 130 131 0 12 76 255 120 25
Binary 1011 1100010 1011000 1011001 0 1010 111110 10101101 1010000 10101

Color Harmonies of #0B6258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B6258

Black with #0B6258

Text Example


Text Example

White with #0B6258

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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