Html Css Color HEX #0B9380 Observatory

📋 copy color: '#0B9380'

red 11 ◦ green 147 ◦ blue 128

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

Shades of Observatory #0B9380

Tints of Observatory #0B9380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 44.76%

R = 3.85%
G = 51.4%
B = 44.76%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#0B9380 (or 0x0B9380) is known color: Observatory. HEX triplet: 0B, 93 and 80. RGB value is (11,147,128). Sum of RGB (Red+Green+Blue) = 11+147+128=286 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.85% from 286); Green value is 147 (57.81% from 255 or 51.40% from 286); Blue value is 128 (50.39% from 255 or 44.76% from 286); Max value from RGB is 147 - color contains mainly: green. Hex color #0B9380 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B9380 is #F46C7F. Grayscale: #686868. Windows color (decimal): -16018560 or 8426251. OLE color: 8426251.

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

Color convert

RGB 11 147 128 -
CMYK 0.93 0 0.13 0.42
HSL 171.62º 0.86% 0.31% -
HSV(B) 171.62º 0.93% 0.58% -
XYZ 14.47 22.5 24 -
YUV 104.17 141.44 61.54 -
System Red Green Blue C M Y K H S L
Decimal 11 147 128 0.93 0 0.13 0.42 171.62 0.86 0.31
Hex B 93 80 5D 0 D 2A AC 56 1F
Octal 13 223 200 135 0 15 52 254 126 37
Binary 1011 10010011 10000000 1011101 0 1101 101010 10101100 1010110 11111

Color Harmonies of #0B9380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B9380

Black with #0B9380

Text Example


Text Example

White with #0B9380

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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