Html Css Color HEX #0B937A Observatory

📋 copy color: '#0B937A'

red 11 ◦ green 147 ◦ blue 122

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

Shades of Observatory #0B937A

Tints of Observatory #0B937A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 52.5%

 BLUE value IS 122 (48.05% from 255) = 43.57%

R = 3.93%
G = 52.5%
B = 43.57%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#0B937A (or 0x0B937A) is known color: Observatory. HEX triplet: 0B, 93 and 7A. RGB value is (11,147,122). Sum of RGB (Red+Green+Blue) = 11+147+122=280 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.93% from 280); Green value is 147 (57.81% from 255 or 52.5% from 280); Blue value is 122 (48.05% from 255 or 43.57% from 280); Max value from RGB is 147 - color contains mainly: green. Hex color #0B937A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B937A is #F46C85. Grayscale: #676767. Windows color (decimal): -16018566 or 8033035. OLE color: 8033035.

HSL color Cylindrical-coordinate representation of color #0B937A: hue angle of 168.97º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B937A is Cyan = 0.93, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 11 147 122 -
CMYK 0.93 0 0.17 0.42
HSL 168.97º 0.86% 0.31% -
HSV(B) 168.97º 0.93% 0.58% -
XYZ 14.08 22.34 21.98 -
YUV 103.49 138.44 62.03 -
System Red Green Blue C M Y K H S L
Decimal 11 147 122 0.93 0 0.17 0.42 168.97 0.86 0.31
Hex B 93 7A 5D 0 11 2A A9 56 1F
Octal 13 223 172 135 0 21 52 251 126 37
Binary 1011 10010011 1111010 1011101 0 10001 101010 10101001 1010110 11111

Color Harmonies of #0B937A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B937A

Black with #0B937A

Text Example


Text Example

White with #0B937A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,147,122); }

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

background-color css

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

 a { background-color: rgb(11,147,122); }

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

border-color css

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

 span { border-color: rgb(11,147,122); }

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