#0B9475

Color #0B9475 Observatory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Observatory #0B9475

Tints of Observatory #0B9475

Color information

#0B9475 (or 0x0B9475) is unknown color: approx Observatory. HEX triplet: 0B, 94 and 75. RGB value is (11,148,117). Sum of RGB (Red+Green+Blue) = 11+148+117=276 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.99% from 276); Green value is 148 (58.20% from 255 or 53.62% from 276); Blue value is 117 (46.09% from 255 or 42.39% from 276); Max value from RGB is 148 - color contains mainly: green. Hex color #0B9475 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B9475 is #F46B8A. Grayscale: #676767. Windows color (decimal): -16018315 or 7705611. OLE color: 7705611.

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

Color convert

RGB11148117-
CMYK0.9300.210.42
HSL166.42º86.16%31.18%-
HSV(B)166.42º92.57%58.04%-
XYZ13.9422.5420.44-
YUV103.5135.6162.02-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.99%
GREEN value IS 148 (58.20% from 255) = 53.62%
BLUE value IS 117 (46.09% from 255) = 42.39%
R=3.99%
G=53.62%
B=42.39%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal111481170.9300.210.42166.4286.1631.18
HexB94755D0152Aa6561f
Octal132241651350255224612637
Binary1011100101001110101101110101010110101010100110101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B9475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,148,117); }

 H1.HeaderClassName
 {
   color: #0B9475;
 }
 .AnyTagClassName
 {
   color: #0B9475;
 }
</style>
background-color css

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

 a { background-color: rgb(11,148,117); }

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

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

 span { border-color: rgb(11,148,117); }

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