Html Css Color HEX #0B9168 Observatory

📋 copy color: '#0B9168'

red 11 ◦ green 145 ◦ blue 104

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

Shades of Observatory #0B9168

Tints of Observatory #0B9168

RGB

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

 GREEN value IS 145 (57.03% from 255) = 55.77%

 BLUE value IS 104 (41.02% from 255) = 40%

R = 4.23%
G = 55.77%
B = 40%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.28

 K value IS 0.43

RGB Variations

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

Color information

#0B9168 (or 0x0B9168) is known color: Observatory. HEX triplet: 0B, 91 and 68. RGB value is (11,145,104). Sum of RGB (Red+Green+Blue) = 11+145+104=260 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.23% from 260); Green value is 145 (57.03% from 255 or 55.77% from 260); Blue value is 104 (41.02% from 255 or 40% from 260); Max value from RGB is 145 - color contains mainly: green. Hex color #0B9168 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B9168 is #F46E97. Grayscale: #646464. Windows color (decimal): -16019096 or 6852875. OLE color: 6852875.

HSL color Cylindrical-coordinate representation of color #0B9168: hue angle of 161.64º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B9168 is Cyan = 0.92, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB 11 145 104 -
CMYK 0.92 0 0.28 0.43
HSL 161.64º 0.86% 0.31% -
HSV(B) 161.64º 0.92% 0.57% -
XYZ 12.76 21.32 16.54 -
YUV 100.26 130.11 64.33 -
System Red Green Blue C M Y K H S L
Decimal 11 145 104 0.92 0 0.28 0.43 161.64 0.86 0.31
Hex B 91 68 5C 0 1C 2B A2 56 1F
Octal 13 221 150 134 0 34 53 242 126 37
Binary 1011 10010001 1101000 1011100 0 11100 101011 10100010 1010110 11111

Color Harmonies of #0B9168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B9168

Black with #0B9168

Text Example


Text Example

White with #0B9168

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,145,104); }

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

background-color css

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

 a { background-color: rgb(11,145,104); }

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

border-color css

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

 span { border-color: rgb(11,145,104); }

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