Html Css Color HEX #0B937D Observatory

📋 copy color: '#0B937D'

red 11 ◦ green 147 ◦ blue 125

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

Shades of Observatory #0B937D

Tints of Observatory #0B937D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 44.17%

R = 3.89%
G = 51.94%
B = 44.17%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#0B937D (or 0x0B937D) is known color: Observatory. HEX triplet: 0B, 93 and 7D. RGB value is (11,147,125). Sum of RGB (Red+Green+Blue) = 11+147+125=283 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.89% from 283); Green value is 147 (57.81% from 255 or 51.94% from 283); Blue value is 125 (49.22% from 255 or 44.17% from 283); Max value from RGB is 147 - color contains mainly: green. Hex color #0B937D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B937D is #F46C82. Grayscale: #676767. Windows color (decimal): -16018563 or 8229643. OLE color: 8229643.

HSL color Cylindrical-coordinate representation of color #0B937D: hue angle of 170.29º 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 #0B937D is Cyan = 0.93, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 11 147 125 -
CMYK 0.93 0 0.15 0.42
HSL 170.29º 0.86% 0.31% -
HSV(B) 170.29º 0.93% 0.58% -
XYZ 14.27 22.42 22.98 -
YUV 103.83 139.94 61.79 -
System Red Green Blue C M Y K H S L
Decimal 11 147 125 0.93 0 0.15 0.42 170.29 0.86 0.31
Hex B 93 7D 5D 0 F 2A AA 56 1F
Octal 13 223 175 135 0 17 52 252 126 37
Binary 1011 10010011 1111101 1011101 0 1111 101010 10101010 1010110 11111

Color Harmonies of #0B937D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B937D

Black with #0B937D

Text Example


Text Example

White with #0B937D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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